summaryrefslogtreecommitdiff
path: root/desktop/global_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/global_history.c')
-rw-r--r--desktop/global_history.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/global_history.c b/desktop/global_history.c
index b2bc602c2..61735d98d 100644
--- a/desktop/global_history.c
+++ b/desktop/global_history.c
@@ -788,6 +788,8 @@ nserror global_history_fini(void)
LOG(("Finalising global history"));
+ gh_ctx.built = false;
+
/* Destroy the global history treeview */
err = treeview_destroy(gh_ctx.tree);