summaryrefslogtreecommitdiff
path: root/src/webpage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r--src/webpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp
index 14994746..d3e49e10 100644
--- a/src/webpage.cpp
+++ b/src/webpage.cpp
@@ -129,7 +129,7 @@ WebPage *WebPage::newWindow(WebWindowType type)
// FIXME: regression introduced. No more following rekonq setting about tab focus
// the FIX should be moving loadUrl code from Application to acceptNavigationRequest
- WebView *w = Application::instance()->mainWindow()->mainView()->newWebView();
+ WebView *w = Application::instance()->mainWindow()->mainView()->newWebView(!ReKonfig::openTabsBack());
return w->page();
}