summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 9dbf800b..d4edeb19 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -341,7 +341,7 @@ WebView *MainView::newWebView(Rekonq::OpenType type)
switch(type)
{
case Rekonq::Default:
- if (makeTabCurrent)
+ if (!m_makeBackTab)
{
setCurrentWidget(webView); // this method does NOT take ownership of webView
urlBar->setFocus();