diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-02 02:32:34 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-02 02:32:34 +0200 |
commit | 0d324ed688eda0e1f172353d33ca33731b8f6764 (patch) | |
tree | 228c42d016ef2a00fb17f40c0876b6d8850997aa /src/mainview.cpp | |
parent | Managing user tab open settings. Step 2 (diff) | |
download | rekonq-0d324ed688eda0e1f172353d33ca33731b8f6764.tar.xz |
Open Back/Forward tabs fixed
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 2 |
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(); |