From 546bf17a7f78e6727a3ae0384cba23633d1c8d98 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 15 Jul 2006 15:39:33 +0000 Subject: Add relevent extensions to allow treeviews to be used as an embedded list component. svn path=/trunk/netsurf/; revision=2753 --- riscos/global_history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/global_history.c') 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); -- cgit v1.2.3