From e6ba70548d20bc31809d2273c15534cf1b46df98 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 4 Mar 2007 08:05:33 +0000 Subject: Fix red builds. (Previous commit was for FS#6713 btw) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12581 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/gui/list.c b/apps/gui/list.c index 94915391ee..0fa2ce5463 100644 --- a/apps/gui/list.c +++ b/apps/gui/list.c @@ -888,7 +888,7 @@ unsigned gui_synclist_do_button(struct gui_synclist * lists, case ACTION_LISTTREE_PGUP: { int screen = -#if BUTTON_REMOTE +#if HAVE_REMOTE_LCD get_action_statuscode(NULL)&ACTION_REMOTE ? SCREEN_REMOTE : #endif @@ -902,7 +902,7 @@ unsigned gui_synclist_do_button(struct gui_synclist * lists, case ACTION_LISTTREE_PGDOWN: { int screen = -#if BUTTON_REMOTE +#if HAVE_REMOTE_LCD get_action_statuscode(NULL)&ACTION_REMOTE ? SCREEN_REMOTE : #endif -- cgit v1.2.3