summaryrefslogtreecommitdiff
path: root/desktop/history_core.c
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-08-24 10:31:38 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-08-24 10:31:38 +0000
commitafdf592637e488beeceba371234035c14235322f (patch)
tree5c742af11c01c48bdd7e2fd4e6b6080663defde4 /desktop/history_core.c
parent11d7e4574a06a2c34e53e2ce31b17576fba9520a (diff)
downloadnetsurf-afdf592637e488beeceba371234035c14235322f.tar.gz
netsurf-afdf592637e488beeceba371234035c14235322f.tar.bz2
Merge Mike's tabs changes. Still needs some cleaning.
svn path=/trunk/netsurf/; revision=5189
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;