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 --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index 23889d0b6..1427403c4 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -560,7 +560,7 @@ static void gui_init2(int argc, char** argv) ami_hotlist_initialise(option_hotlist_file); ami_cookies_initialise(); ami_global_history_initialise(); - sslcert_init(); + sslcert_init(tree_content_icon_name); search_web_provider_details(option_search_provider); -- cgit v1.2.3