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-10-06 01:24:18 +0200
commitf81fc0472293ecdb6197df2ca7a64893f9694179 (patch)
tree7aaa18eb055973fbb2b4786cccb2705977bab06a /atari/history.c
parent757e1b5a8d765156cc270608017be4c434c7de87 (diff)
downloadnetsurf-f81fc0472293ecdb6197df2ca7a64893f9694179.tar.gz
netsurf-f81fc0472293ecdb6197df2ca7a64893f9694179.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 */