From 60c840628f4f2aebc86adea495258be1ecc738e8 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 14 Dec 2010 00:18:24 +0000 Subject: Small refactor to change icon names to being passed in from frontends instead of core treeview globals svn path=/trunk/netsurf/; revision=11053 --- riscos/global_history.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/global_history.c') diff --git a/riscos/global_history.c b/riscos/global_history.c index 2f4f8a1b5..d46600005 100644 --- a/riscos/global_history.c +++ b/riscos/global_history.c @@ -99,7 +99,8 @@ void ro_gui_global_history_postinitialise(void) /* Initialise the global history into the tree. */ history_global_initialise( - ro_treeview_get_tree(global_history_window.tv)); + ro_treeview_get_tree(global_history_window.tv), + tree_directory_icon_name); /* Build the global history window menu. */ -- cgit v1.2.3