diff options
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 2 |
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(); } |