diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-02-21 11:48:28 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-02-21 11:48:28 +0100 |
commit | 20e0b62653400fd70ebf8610690672a406685524 (patch) | |
tree | e7cf772398c204b76493fb459ff4f526031a4f7b /src | |
parent | Get sure mainbar is restored on restart after fullscreen close (diff) | |
download | rekonq-20e0b62653400fd70ebf8610690672a406685524.tar.xz |
Update bk toolbar action state
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwindow.cpp | 1 |
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")); |