From 46e569c481f1c5196fd90b05bd801809355f2d84 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 2 Sep 2013 14:42:53 +0100 Subject: Use TREE_HOTLIST directly. --- gtk/hotlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/hotlist.c') 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) -- cgit v1.2.3