summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
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 36450b4d59..ea13ddfedb 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1397,6 +1397,6 @@ void tree_restore(void)
1397 gui_textarea_clear(&screens[i]); 1397 gui_textarea_clear(&screens[i]);
1398 } 1398 }
1399 } 1399 }
1400 tagcache_start_scan();
1401#endif 1400#endif
1401 tagcache_start_scan();
1402} 1402}