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/hotlist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/hotlist.c') diff --git a/riscos/hotlist.c b/riscos/hotlist.c index 4c2c084d2..42976b893 100644 --- a/riscos/hotlist.c +++ b/riscos/hotlist.c @@ -97,7 +97,8 @@ void ro_gui_hotlist_postinitialise(void) /* Initialise the hotlist into the tree. */ hotlist_initialise(ro_treeview_get_tree(hotlist_window.tv), - option_hotlist_path); + option_hotlist_path, + tree_directory_icon_name); /* Build the hotlist window menu. */ -- cgit v1.2.3