From a836591435736b1d72eced1e6f643341422a7d82 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 13 Jul 2006 12:46:02 +0000 Subject: Add basic cookie viewer, make trees use textarea components for UTF8 editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739 --- 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 93cb34be7..c16eea498 100644 --- a/riscos/global_history.c +++ b/riscos/global_history.c @@ -90,7 +90,6 @@ void ro_gui_global_history_initialise(void) } global_history_tree->root->expanded = true; ro_gui_global_history_initialise_nodes(); - tree_initialise(global_history_tree); global_history_tree->handle = (int)global_history_window; global_history_tree->movable = false; ro_gui_wimp_event_set_user_data(global_history_window, @@ -122,6 +121,7 @@ void ro_gui_global_history_initialise(void) global_history_init = true; urldb_iterate_entries(global_history_add_internal); global_history_init = false; + tree_initialise(global_history_tree); } /** -- cgit v1.2.3