summaryrefslogtreecommitdiff
path: root/gtk/gtk_hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_hotlist.c')
-rw-r--r--gtk/gtk_hotlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtk_hotlist.c b/gtk/gtk_hotlist.c
index 905050260..bf700a047 100644
--- a/gtk/gtk_hotlist.c
+++ b/gtk/gtk_hotlist.c
@@ -132,7 +132,8 @@ void nsgtk_hotlist_init()
CONNECT(window, "hide", nsgtk_tree_window_hide, hotlist_window);
hotlist_initialise(nsgtk_treeview_get_tree(hotlist_window),
- option_hotlist_path);
+ option_hotlist_path,
+ tree_directory_icon_name);
nsgtk_hotlist_init_menu();
}