Update the KPart host's status bar info when selection changes.

svn path=/trunk/KDE/kdebase/apps/; revision=913713
This commit is contained in:
Simon Paul St James 2009-01-19 19:11:38 +00:00
parent 41dd38c07c
commit 9aa43f8bae

View file

@ -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);