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. --- amiga/hotlist.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'amiga/hotlist.c') diff --git a/amiga/hotlist.c b/amiga/hotlist.c index daea82093..fa93b46aa 100755 --- a/amiga/hotlist.c +++ b/amiga/hotlist.c @@ -62,8 +62,7 @@ void ami_hotlist_initialise(const char *hotlist_file) if(!hotlist_window) return; hotlist_old_initialise(ami_tree_get_tree(hotlist_window), - hotlist_file, - tree_directory_icon_name); + hotlist_file, NULL); ami_hotlist_add_default_dirs(ami_tree_get_tree(hotlist_window)); } -- cgit v1.2.3