From ee4e21530b21efe7a3b6fa108ec186f553ed4b65 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 8 Feb 2007 20:33:49 +0000 Subject: Fixed issue that the filterbar and the menu state have not been synchronized (a not existing signal name has been used) svn path=/trunk/playground/utils/dolphin/; revision=631709 --- src/dolphinview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinview.cpp') diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 93cda320b..9b2286c87 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -116,7 +116,7 @@ DolphinView::DolphinView(DolphinMainWindow* mainWindow, m_filterBar->hide(); connect(m_filterBar, SIGNAL(filterChanged(const QString&)), this, SLOT(changeNameFilter(const QString&))); - connect(m_filterBar, SIGNAL(closed()), + connect(m_filterBar, SIGNAL(closeRequest()), this, SLOT(closeFilterBar())); m_topLayout->addWidget(m_urlNavigator); -- cgit v1.3