summaryrefslogtreecommitdiff
path: root/desktop/history_global_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/history_global_core.c')
-rw-r--r--desktop/history_global_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/history_global_core.c b/desktop/history_global_core.c
index ce438302f..b03485acb 100644
--- a/desktop/history_global_core.c
+++ b/desktop/history_global_core.c
@@ -297,7 +297,7 @@ bool history_global_initialise(struct tree *tree, const char* folder_icon_name)
*/
unsigned int history_global_get_tree_flags(void)
{
- return TREE_NO_FLAGS;
+ return TREE_NO_FLAGS | TREE_HISTORY;
}