summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 4f9d6dab..28a3bebf 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -370,6 +370,7 @@ void MainWindow::setupActions()
findShortcut.setAlternate(Qt::Key_Slash);
a->setShortcut(findShortcut);
a->setCheckable(true);
+ a->setChecked(m_findBar->isVisible());
connect(m_findBar, SIGNAL(visibilityChanged(bool)), a, SLOT(setChecked(bool)));
KStandardAction::findNext(this, SLOT(findNext()) , actionCollection());