From 4461299dd26ba5569494a32a7529d8c1a3f56496 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 20 Oct 2009 17:10:28 +0200 Subject: Fix history actions update --- src/mainwindow.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') 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 &))); -- cgit v1.2.1