summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-14 12:23:22 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-14 12:23:22 +0200
commit3aaf7be9670b09a2f7f9d5a2484e854135453c46 (patch)
tree1f32696464120738f7f36cdb0d3a85ad5eb1d671 /src/mainwindow.cpp
parentrekonq 0.2.66 (diff)
downloadrekonq-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.cpp2
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();