summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-03-04 08:35:20 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-03-04 08:35:20 +0000
commit5ea43ce8a9b5cec6f8dfdfb20321edaa8ef4a5e0 (patch)
tree7353da15dc65be8f9bd420be7131387745aaf6cc /apps/gui
parente6ba70548d20bc31809d2273c15534cf1b46df98 (diff)
downloadrockbox-5ea43ce8a9b5cec6f8dfdfb20321edaa8ef4a5e0.tar.gz
rockbox-5ea43ce8a9b5cec6f8dfdfb20321edaa8ef4a5e0.zip
thats what happens when you commit between dinner courses :p
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12582 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index 0fa2ce5463..950878bd60 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -888,7 +888,7 @@ unsigned gui_synclist_do_button(struct gui_synclist * lists,
888 case ACTION_LISTTREE_PGUP: 888 case ACTION_LISTTREE_PGUP:
889 { 889 {
890 int screen = 890 int screen =
891#if HAVE_REMOTE_LCD 891#ifdef HAVE_REMOTE_LCD
892 get_action_statuscode(NULL)&ACTION_REMOTE ? 892 get_action_statuscode(NULL)&ACTION_REMOTE ?
893 SCREEN_REMOTE : 893 SCREEN_REMOTE :
894#endif 894#endif
@@ -902,7 +902,7 @@ unsigned gui_synclist_do_button(struct gui_synclist * lists,
902 case ACTION_LISTTREE_PGDOWN: 902 case ACTION_LISTTREE_PGDOWN:
903 { 903 {
904 int screen = 904 int screen =
905#if HAVE_REMOTE_LCD 905#ifdef HAVE_REMOTE_LCD
906 get_action_statuscode(NULL)&ACTION_REMOTE ? 906 get_action_statuscode(NULL)&ACTION_REMOTE ?
907 SCREEN_REMOTE : 907 SCREEN_REMOTE :
908#endif 908#endif