summaryrefslogtreecommitdiff
path: root/frontends/gtk/local_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/local_history.c')
-rw-r--r--frontends/gtk/local_history.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/gtk/local_history.c b/frontends/gtk/local_history.c
index 0d59c468a..9303ce459 100644
--- a/frontends/gtk/local_history.c
+++ b/frontends/gtk/local_history.c
@@ -199,8 +199,7 @@ nsgtk_local_history_init(struct browser_window *bw,
return res;
}
- res = local_history_init(ncwin->core.cb_table,
- (struct core_window *)ncwin,
+ res = local_history_init((struct core_window *)ncwin,
bw,
&ncwin->session);
if (res != NSERROR_OK) {