summaryrefslogtreecommitdiff
path: root/frontends/gtk/history.c
diff options
context:
space:
mode:
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;
}