summaryrefslogtreecommitdiff
path: root/frontends/gtk/history.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/history.c
parent6239b32d92069595da0ba788311a3f9e4e71e690 (diff)
downloadnetsurf-78d45e9b828f74667a5e002b46a330fca893fb6d.tar.gz
netsurf-78d45e9b828f74667a5e002b46a330fca893fb6d.tar.bz2
fix gtk TLS certificate viewing with multiple queries
Diffstat (limited to 'frontends/gtk/history.c')
-rw-r--r--frontends/gtk/history.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/gtk/history.c b/frontends/gtk/history.c
index fb805d6be..0148f37b6 100644
--- a/frontends/gtk/history.c
+++ b/frontends/gtk/history.c
@@ -144,7 +144,8 @@ nserror nsgtk_history_init(void)
global_history_window = nsgtk_treeview_create(TREE_HISTORY,
window,
scrolled,
- drawing_area);
+ drawing_area,
+ NULL);
if (global_history_window == NULL) {
return NSERROR_INIT_FAILED;
}