summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 33b482b3d7..1a419c74d2 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -718,7 +718,7 @@ static bool dirbrowse(void)
718 /* don't enter f2 from plugin browser */ 718 /* don't enter f2 from plugin browser */
719 if (*tc.dirfilter < NUM_FILTER_MODES) 719 if (*tc.dirfilter < NUM_FILTER_MODES)
720 { 720 {
721 if (quick_screen_quick()) 721 if (quick_screen_quick(button))
722 reload_dir = true; 722 reload_dir = true;
723 restore = true; 723 restore = true;
724 724
@@ -733,7 +733,7 @@ static bool dirbrowse(void)
733 /* don't enter f3 from plugin browser */ 733 /* don't enter f3 from plugin browser */
734 if (*tc.dirfilter < NUM_FILTER_MODES) 734 if (*tc.dirfilter < NUM_FILTER_MODES)
735 { 735 {
736 if (quick_screen_f3()) 736 if (quick_screen_f3(button))
737 reload_dir = true; 737 reload_dir = true;
738 restore = true; 738 restore = true;
739 } 739 }