forked from len0rd/rockbox
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
This commit is contained in:
parent
e6ba70548d
commit
5ea43ce8a9
1 changed files with 2 additions and 2 deletions
|
|
@ -888,7 +888,7 @@ unsigned gui_synclist_do_button(struct gui_synclist * lists,
|
|||
case ACTION_LISTTREE_PGUP:
|
||||
{
|
||||
int screen =
|
||||
#if HAVE_REMOTE_LCD
|
||||
#ifdef 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 HAVE_REMOTE_LCD
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
get_action_statuscode(NULL)&ACTION_REMOTE ?
|
||||
SCREEN_REMOTE :
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue