summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-02-21 11:48:28 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-02-21 11:48:28 +0100
commit20e0b62653400fd70ebf8610690672a406685524 (patch)
treee7cf772398c204b76493fb459ff4f526031a4f7b /src
parentGet sure mainbar is restored on restart after fullscreen close (diff)
downloadrekonq-20e0b62653400fd70ebf8610690672a406685524.tar.xz
Update bk toolbar action state
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 1d2304c4..0421136f 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -271,6 +271,7 @@ void MainWindow::postLaunch()
// Bookmarks bar action
a = actionByName(QL1S("show_bookmarks_toolbar"));
a->setChecked(XMLGUIBkBar->isVisible());
+ connect(XMLGUIBkBar, SIGNAL(visibilityChanged(bool)), a, SLOT(setChecked(bool)));
// History panel action
a = actionByName(QL1S("show_history_panel"));