1
0
Fork 0
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:
Linus Nielsen Feltzing 2008-04-03 13:38:24 +00:00
parent 73a71a4712
commit 0ab1a3b801

View file

@ -739,7 +739,7 @@ static int dirbrowse()
/* don't enter f3 from plugin browser */
if (*tc.dirfilter < NUM_FILTER_MODES)
{
if (quick_screen_f3(BUTTON_F3))
if (quick_screen_f3(ACTION_F3))
reload_dir = true;
restore = true;
}