diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-15 01:06:24 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-15 01:06:24 +0200 |
commit | e6c2fe7c54225f14bda5f7f0305f20bfc96516ea (patch) | |
tree | f6ee94cceb85a25e58214b9b7f2ad0a2adc941d6 /src/mainwindow.cpp | |
parent | cleaning code... (diff) | |
parent | little fix again.. (diff) | |
download | rekonq-e6c2fe7c54225f14bda5f7f0305f20bfc96516ea.tar.xz |
Merge branch 'Button02'
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 62f82e58..6dd1024b 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(); |