From: Simon Paul St James Date: Mon, 19 Jan 2009 19:11:38 +0000 (+0000) Subject: Update the KPart host's status bar info when selection changes. X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/9aa43f8bae6d538c9bd6c176fea5d9d3857d3cf0 Update the KPart host's status bar info when selection changes. svn path=/trunk/KDE/kdebase/apps/; revision=913713 --- diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index 5d5a905b3..529d4d423 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -115,7 +115,8 @@ DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QVariantL this, SLOT(updateStatusBar())); connect(m_dirLister, SIGNAL(clear()), this, SLOT(updateStatusBar())); - + connect(m_view, SIGNAL(selectionChanged(const KFileItemList)), + this, SLOT(updateStatusBar())); m_actionHandler = new DolphinViewActionHandler(actionCollection(), this); m_actionHandler->setCurrentView(m_view);