summaryrefslogtreecommitdiff
path: root/frontends/gtk/hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/hotlist.c')
-rw-r--r--frontends/gtk/hotlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/hotlist.c b/frontends/gtk/hotlist.c
index fa899560c..fdc5be3b2 100644
--- a/frontends/gtk/hotlist.c
+++ b/frontends/gtk/hotlist.c
@@ -140,7 +140,7 @@ nserror nsgtk_hotlist_init(void)
tree_hotlist_path = nsoption_charp(hotlist_path);
hotlist_treeview = nsgtk_treeview_create(TREE_HOTLIST, window,
- scrolled, drawing_area);
+ scrolled, drawing_area, NULL);
if (hotlist_treeview == NULL) {
return NSERROR_INIT_FAILED;