1
0
Fork 0
forked from len0rd/rockbox

really fix the yes/no screen now, also id3 viewer shows the status bar

correctly


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10630 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2006-08-17 09:28:04 +00:00
parent 5b71470185
commit 07d3db2dec
4 changed files with 5 additions and 5 deletions

View file

@ -111,8 +111,7 @@ int get_action_worker(int context, int timeout,
{
ignore_until_release = false;
}
/*last_button = BUTTON_NONE; this is done by action_signalscreenchange() */
return ACTION_UNKNOWN; /* "safest" return value */
return ACTION_NONE; /* "safest" return value */
}
#if (BUTTON_REMOTE != 0)
if (soft_unlock_action != ACTION_NONE)