From a4b5a8aed72aa8424749d905774056c761414150 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 25 Jul 2013 11:41:16 +0100 Subject: Unset built bool when fini is called. --- desktop/global_history.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop/global_history.c') 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); -- cgit v1.2.3