From 4473f4b8a8b929c4c5e9dac3013da75f7c66865f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 2 Sep 2013 16:39:46 +0100 Subject: Remove tree icon_name globals from all the front ends. --- riscos/global_history.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'riscos/global_history.c') diff --git a/riscos/global_history.c b/riscos/global_history.c index 704f80426..a3ab0896d 100644 --- a/riscos/global_history.c +++ b/riscos/global_history.c @@ -125,8 +125,7 @@ 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), - tree_directory_icon_name); + ro_treeview_get_tree(global_history_window.tv), NULL); /* Build the global history window menu. */ -- cgit v1.2.3