forked from len0rd/rockbox
Small fix to be able to use F3 to quit the F3 quick menu on the Archos Recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16946 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
73a71a4712
commit
0ab1a3b801
1 changed files with 1 additions and 1 deletions
|
|
@ -739,7 +739,7 @@ static int dirbrowse()
|
||||||
/* don't enter f3 from plugin browser */
|
/* don't enter f3 from plugin browser */
|
||||||
if (*tc.dirfilter < NUM_FILTER_MODES)
|
if (*tc.dirfilter < NUM_FILTER_MODES)
|
||||||
{
|
{
|
||||||
if (quick_screen_f3(BUTTON_F3))
|
if (quick_screen_f3(ACTION_F3))
|
||||||
reload_dir = true;
|
reload_dir = true;
|
||||||
restore = true;
|
restore = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue