summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-02 02:32:34 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-02 02:32:34 +0200
commit0d324ed688eda0e1f172353d33ca33731b8f6764 (patch)
tree228c42d016ef2a00fb17f40c0876b6d8850997aa /src/mainwindow.cpp
parentManaging user tab open settings. Step 2 (diff)
downloadrekonq-0d324ed688eda0e1f172353d33ca33731b8f6764.tar.xz
Open Back/Forward tabs fixed
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 8426bb94..94e4dd11 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -352,7 +352,7 @@ void MainWindow::slotUpdateConfiguration()
// ============== General ==================
m_homePage = ReKonfig::homePage();
mainView()->showTabBar();
- mainView()->setMakeTabCurrent( ReKonfig::openTabsBack() );
+ mainView()->setMakeBackTab( ReKonfig::openTabsBack() );
// =========== Fonts ==============
QWebSettings *defaultSettings = QWebSettings::globalSettings();