summaryrefslogtreecommitdiff
path: root/apps/bookmark.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-01-27 06:47:56 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-01-27 06:47:56 +0000
commit2565389402662a5f29c0c00eb1db3d80b1f37478 (patch)
tree730e8276753414fc1984a3edbdad7529e058f558 /apps/bookmark.c
parent27b8b73b86ecf648a15e9793cd8893ca49734cfb (diff)
downloadrockbox-2565389402662a5f29c0c00eb1db3d80b1f37478.tar.gz
rockbox-2565389402662a5f29c0c00eb1db3d80b1f37478.zip
futile attempt to keep the ondioSP rombox working. This will almost certainly be the last release with it. (The backdrop API is chaning very soon after release so this is no big deal)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24340 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index d4bca415b4..78bbb77c86 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -194,7 +194,11 @@ bool bookmark_autobookmark(void)
194 const struct text_message message={lines, 2}; 194 const struct text_message message={lines, 2};
195#endif 195#endif
196 FOR_NB_SCREENS(i) 196 FOR_NB_SCREENS(i)
197 {
198#if LCD_DEPTH > 1
197 screens[i].backdrop_show(BACKDROP_MAIN); 199 screens[i].backdrop_show(BACKDROP_MAIN);
200#endif
201 }
198 202
199 if(gui_syncyesno_run(&message, NULL, NULL)==YESNO_YES) 203 if(gui_syncyesno_run(&message, NULL, NULL)==YESNO_YES)
200 { 204 {