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. --- gtk/hotlist.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gtk/hotlist.c') diff --git a/gtk/hotlist.c b/gtk/hotlist.c index 2975998c4..3a0bae9cf 100644 --- a/gtk/hotlist.c +++ b/gtk/hotlist.c @@ -135,8 +135,7 @@ bool nsgtk_hotlist_init(const char *glade_file_location) CONNECT(window, "hide", nsgtk_tree_window_hide, hotlist_window); hotlist_old_initialise(nsgtk_treeview_get_tree(hotlist_window), - nsoption_charp(hotlist_path), - tree_directory_icon_name); + nsoption_charp(hotlist_path), NULL); nsgtk_hotlist_init_menu(); -- cgit v1.2.3