summaryrefslogtreecommitdiff
path: root/riscos/global_history.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-07-15 15:39:33 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-07-15 15:39:33 +0000
commit546bf17a7f78e6727a3ae0384cba23633d1c8d98 (patch)
tree4f4b8a33d655ce82c3cd972b56713d8c2e8c9e37 /riscos/global_history.c
parent4c564c28bfa6af46e64efa5f23311c082c7108be (diff)
downloadnetsurf-546bf17a7f78e6727a3ae0384cba23633d1c8d98.tar.gz
netsurf-546bf17a7f78e6727a3ae0384cba23633d1c8d98.tar.bz2
Add relevent extensions to allow treeviews to be used as an embedded list component.
svn path=/trunk/netsurf/; revision=2753
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);