summaryrefslogtreecommitdiff
path: root/desktop/history_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/history_core.c')
-rw-r--r--desktop/history_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/history_core.c b/desktop/history_core.c
index 9fa085d8d..bcc6fc190 100644
--- a/desktop/history_core.c
+++ b/desktop/history_core.c
@@ -454,7 +454,7 @@ void history_go(struct browser_window *bw, struct history *history,
if (new_window) {
current = history->current;
history->current = entry;
- browser_window_create(url, bw, 0, false);
+ browser_window_create(url, bw, 0, false, false);
history->current = current;
} else {
history->current = entry;