From afdf592637e488beeceba371234035c14235322f Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Sun, 24 Aug 2008 10:31:38 +0000 Subject: Merge Mike's tabs changes. Still needs some cleaning. svn path=/trunk/netsurf/; revision=5189 --- desktop/history_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/history_core.c') 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; -- cgit v1.2.3