summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/history_global_core.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/history_global_core.c b/desktop/history_global_core.c
index 50c326684..3222dc7b8 100644
--- a/desktop/history_global_core.c
+++ b/desktop/history_global_core.c
@@ -287,11 +287,14 @@ bool history_global_initialise(struct tree *tree, const char* folder_icon_name)
if (!history_global_initialise_nodes())
return false;
+ LOG(("Building history tree"));
+
global_history_initialised = true;
urldb_iterate_entries(global_history_add_internal);
global_history_initialised = false;
tree_set_node_expanded(global_history_tree, global_history_tree_root,
false, true, true);
+ LOG(("History tree built"));
return true;
}