From f64280ff00bbf131b82322cb2fe138b259ebc5c3 Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Sun, 2 Jul 2006 16:18:59 +0000 Subject: OOPS Forgot remote keys bindings for the ID3 info screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10176 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/gui') diff --git a/apps/gui/list.c b/apps/gui/list.c index 5dff8dc1b2..67c0f3055d 100644 --- a/apps/gui/list.c +++ b/apps/gui/list.c @@ -658,7 +658,7 @@ unsigned gui_synclist_do_button(struct gui_synclist * lists, unsigned button) #endif gui_synclist_scroll_right(lists); gui_synclist_draw(lists); - return true; + return LIST_PGRIGHT; #endif #ifdef LIST_PGLEFT @@ -670,7 +670,7 @@ unsigned gui_synclist_do_button(struct gui_synclist * lists, unsigned button) #endif gui_synclist_scroll_left(lists); gui_synclist_draw(lists); - return true; + return LIST_PGLEFT; #endif /* for pgup / pgdown, we are obliged to have a different behaviour depending on the screen -- cgit v1.2.3