summaryrefslogtreecommitdiff
path: root/atari/history.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-09-21 20:20:49 +0200
committerOle Loots <ole@monochrom.net>2013-09-21 20:20:49 +0200
commit4426e8a9eaa2fd180e88123f750e74ecb8b77625 (patch)
treeb49c007fc41665c4839ded6d91edbef495765451 /atari/history.c
parentff1f5a5fafd92baf239991043c28935a669765f7 (diff)
downloadnetsurf-4426e8a9eaa2fd180e88123f750e74ecb8b77625.tar.gz
netsurf-4426e8a9eaa2fd180e88123f750e74ecb8b77625.tar.bz2
Added SSL Cert Inspector Window
(based on treeview API)
Diffstat (limited to 'atari/history.c')
-rw-r--r--atari/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/history.c b/atari/history.c
index c43b8296b..487030f65 100644
--- a/atari/history.c
+++ b/atari/history.c
@@ -211,7 +211,7 @@ void atari_global_history_init(void)
atari_global_history.tv = atari_treeview_create(
atari_global_history.window,
&atari_global_history_treeview_callbacks,
- flags);
+ NULL, flags);
if (atari_global_history.tv == NULL) {
/* handle it properly, clean up previous allocs */