diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-14 12:23:22 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-14 12:23:22 +0200 |
commit | 3aaf7be9670b09a2f7f9d5a2484e854135453c46 (patch) | |
tree | 1f32696464120738f7f36cdb0d3a85ad5eb1d671 /src/mainwindow.cpp | |
parent | rekonq 0.2.66 (diff) | |
download | rekonq-3aaf7be9670b09a2f7f9d5a2484e854135453c46.tar.xz |
Another fix for the new tab button...
I'm starting hating it!!
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index c0008cba..a75c3d16 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -451,7 +451,7 @@ void MainWindow::setupSidePanel() void MainWindow::slotUpdateConfiguration() { // ============== General ================== - mainView()->showTabBar(); + mainView()->updateTabBar(); // =========== Fonts ============== QWebSettings *defaultSettings = QWebSettings::globalSettings(); |