From 7d27ad56c1d65b97842d954f25ee22b3711ec05b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 23 Aug 2009 22:30:23 +0200 Subject: Fixed problems restoring Lionel's hack about focused (or not) new WebViews Some fixing also on urlbar/tabwidget/webview focus. It seems working well.. :) --- src/webpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webpage.cpp') 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(); } -- cgit v1.2.1