summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2008-04-03 13:38:24 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2008-04-03 13:38:24 +0000
commit0ab1a3b801153cc349d31a97831c68aab301587e (patch)
tree10599341b0131678013bc4f71d07f09fb159b08d /apps
parent73a71a4712795cef91849bd1eef327ac68ef19db (diff)
downloadrockbox-0ab1a3b801153cc349d31a97831c68aab301587e.tar.gz
rockbox-0ab1a3b801153cc349d31a97831c68aab301587e.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
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()
739 /* don't enter f3 from plugin browser */ 739 /* don't enter f3 from plugin browser */
740 if (*tc.dirfilter < NUM_FILTER_MODES) 740 if (*tc.dirfilter < NUM_FILTER_MODES)
741 { 741 {
742 if (quick_screen_f3(BUTTON_F3)) 742 if (quick_screen_f3(ACTION_F3))
743 reload_dir = true; 743 reload_dir = true;
744 restore = true; 744 restore = true;
745 } 745 }