summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 4558cd59a4..2d9b1bf7b4 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -577,7 +577,7 @@ static bool dirbrowse(void)
577 if (global_settings.rec_startup) { 577 if (global_settings.rec_startup) {
578 /* We fake being in the menu structure by calling 578 /* We fake being in the menu structure by calling
579 the appropriate parent when we drop out of each screen */ 579 the appropriate parent when we drop out of each screen */
580 recording_screen(); 580 recording_screen(false);
581 rec_menu(); 581 rec_menu();
582 main_menu(); 582 main_menu();
583 } 583 }