summaryrefslogtreecommitdiff
path: root/frontends/gtk/cookies.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-07-12 00:29:58 +0100
committerVincent Sanders <vince@kyllikki.org>2016-07-12 00:29:58 +0100
commit78d45e9b828f74667a5e002b46a330fca893fb6d (patch)
treeb708558cc7a6b9b217f5f07a0d1edfe804aaedab /frontends/gtk/cookies.c
parent6239b32d92069595da0ba788311a3f9e4e71e690 (diff)
downloadnetsurf-78d45e9b828f74667a5e002b46a330fca893fb6d.tar.gz
netsurf-78d45e9b828f74667a5e002b46a330fca893fb6d.tar.bz2
fix gtk TLS certificate viewing with multiple queries
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;
}