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 36450b4..ea13ddf 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1397,6 +1397,6 @@ void tree_restore(void)
gui_textarea_clear(&screens[i]);
}
}
- tagcache_start_scan();
#endif
+ tagcache_start_scan();
}