summaryrefslogtreecommitdiff
path: root/frontends/gtk/cookies.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/cookies.c')
-rw-r--r--frontends/gtk/cookies.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/gtk/cookies.c b/frontends/gtk/cookies.c
index 514c8260a..76894fab4 100644
--- a/frontends/gtk/cookies.c
+++ b/frontends/gtk/cookies.c
@@ -129,7 +129,8 @@ nserror nsgtk_cookies_init(void)
cookies_treeview = nsgtk_treeview_create(TREE_COOKIES,
wndCookies,
scrolled,
- drawing_area);
+ drawing_area,
+ NULL);
if (cookies_treeview == NULL) {
return NSERROR_INIT_FAILED;
}