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:54:33 +0100 |
commit | a64c8061835f991e1bd9d99e1abfd554f67d001e (patch) | |
tree | cf521879853858f6b43032be193f59c2f56229d6 /src/mainwindow.cpp | |
parent | Get sure mainbar is restored on restart after fullscreen close (diff) | |
download | rekonq-a64c8061835f991e1bd9d99e1abfd554f67d001e.tar.xz |
Update bk toolbar action state
Cherry-picked from 20e0b62653
Diffstat (limited to 'src/mainwindow.cpp')
-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")); |