summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/hotlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/hotlist.c b/gtk/hotlist.c
index 8a1c81570..2975998c4 100644
--- a/gtk/hotlist.c
+++ b/gtk/hotlist.c
@@ -122,7 +122,7 @@ bool nsgtk_hotlist_init(const char *glade_file_location)
tree_hotlist_path = nsoption_charp(hotlist_path);
- hotlist_window = nsgtk_treeview_create(hotlist_old_get_tree_flags(), window,
+ hotlist_window = nsgtk_treeview_create(TREE_HOTLIST, window,
scrolled, drawing_area);
if (hotlist_window == NULL)