From 0ab1a3b801153cc349d31a97831c68aab301587e Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 3 Apr 2008 13:38:24 +0000 Subject: [PATCH] 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 --- apps/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tree.c b/apps/tree.c index 4d3b9faca1..26d224ca59 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -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; }