summaryrefslogtreecommitdiff
path: root/riscos/global_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/global_history.c')
-rw-r--r--riscos/global_history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/global_history.c b/riscos/global_history.c
index c16eea498..c5916aa10 100644
--- a/riscos/global_history.c
+++ b/riscos/global_history.c
@@ -314,7 +314,7 @@ bool global_history_add_internal(const char *url,
tree_link_node(link, parent, before);
if (!global_history_init) {
- tree_recalculate_node_positions(
+ tree_recalculate_node_positions(global_history_tree,
global_history_tree->root);
tree_redraw_area(global_history_tree,
0, 0, 16384, 16384);