summaryrefslogtreecommitdiff
path: root/src/webpage.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-07-04 16:15:50 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-07-04 16:15:50 +0200
commit3b351d7a17dbfa75dfe8521b9611a98efb34fd6e (patch)
tree28f8e5b890ac21155263c2e23183e87b40420f02 /src/webpage.cpp
parentfix tab preview when tab has never been focused. (old bug, fixed, reintroduce... (diff)
downloadrekonq-3b351d7a17dbfa75dfe8521b9611a98efb34fd6e.tar.xz
Clean MainView API and fix "Pano's bug" about opening new tabs near current ons
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 9e539f7a..939d7128 100644
--- a/src/webpage.cpp
+++ b/src/webpage.cpp
@@ -294,7 +294,7 @@ WebPage *WebPage::createWindow(QWebPage::WebWindowType type)
WebTab *w = 0;
if (ReKonfig::openTabNoWindow())
{
- w = Application::instance()->mainWindow()->mainView()->newWebTab(!ReKonfig::openTabsBack(), ReKonfig::openTabsNearCurrent());
+ w = Application::instance()->mainWindow()->mainView()->newWebTab( !ReKonfig::openTabsBack() );
}
else
{