From 6d748f9bd906ecd9e2d9a55c2efa3c8794a4bbf7 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 20 Mar 2011 02:03:12 +0100 Subject: Really hiding the tabbar... --- src/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b3c03ce6..20b978f5 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -901,7 +901,7 @@ void MainWindow::setWidgetsVisible(bool makeVisible) } bookBar->hide(); - m_view->setTabBarHidden(true); + m_view->tabBar()->hide(); m_historyPanel->hide(); m_bookmarksPanel->hide(); @@ -912,7 +912,7 @@ void MainWindow::setWidgetsVisible(bool makeVisible) { // show main toolbar mainBar->show(); - m_view->setTabBarHidden(false); + m_view->tabBar()->show(); // restore state of windowed mode if (!bookmarksToolBarFlag) -- cgit v1.2.1