summaryrefslogtreecommitdiff
path: root/apps/bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index cb1735f3d5..e6c6261856 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -51,7 +51,7 @@
51#include "splash.h" 51#include "splash.h"
52#include "yesno.h" 52#include "yesno.h"
53 53
54#ifdef HAVE_LCD_COLOR 54#if LCD_DEPTH > 1
55#include "backdrop.h" 55#include "backdrop.h"
56#endif 56#endif
57 57
@@ -218,7 +218,7 @@ bool bookmark_autobookmark(void)
218 str(LANG_RESUME_CONFIRM_PLAYER)}; 218 str(LANG_RESUME_CONFIRM_PLAYER)};
219 struct text_message message={(char **)lines, 2}; 219 struct text_message message={(char **)lines, 2};
220#endif 220#endif
221#ifdef HAVE_LCD_COLOR 221#if LCD_DEPTH > 1
222 show_main_backdrop(); /* switch to main backdrop as we may come from wps */ 222 show_main_backdrop(); /* switch to main backdrop as we may come from wps */
223#endif 223#endif
224 gui_syncstatusbar_draw(&statusbars, false); 224 gui_syncstatusbar_draw(&statusbars, false);