diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mainwindow.cpp | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index f68a3880..4e9c4b26 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -207,7 +207,9 @@ void MainWindow::postLaunch()      // update toolbar actions signals      connect(m_view, SIGNAL(tabsChanged()), this, SLOT(slotUpdateActions()));      connect(m_view, SIGNAL(currentChanged(int)), this, SLOT(slotUpdateActions())); - +    // launch it manually. Just the first time... +    slotUpdateActions(); +          // Find Bar signal      connect(m_findBar, SIGNAL(searchString(const QString &)), this, SLOT(slotFind(const QString &))); | 
