From 9aa43f8bae6d538c9bd6c176fea5d9d3857d3cf0 Mon Sep 17 00:00:00 2001 From: Simon Paul St James Date: Mon, 19 Jan 2009 19:11:38 +0000 Subject: Update the KPart host's status bar info when selection changes. svn path=/trunk/KDE/kdebase/apps/; revision=913713 --- src/dolphinpart.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.3