┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
diff options
context:
space:
mode:
authorSimon Paul St James <[email protected]>2009-01-19 19:11:38 +0000
committerSimon Paul St James <[email protected]>2009-01-19 19:11:38 +0000
commit9aa43f8bae6d538c9bd6c176fea5d9d3857d3cf0 (patch)
tree62968f243e7e667bccf0a0b6ef69130aab1e4bd8 /src/dolphinpart.cpp
parent41dd38c07c7d85d076b2a30c559508b86cc9a5fe (diff)
Update the KPart host's status bar info when selection changes.
svn path=/trunk/KDE/kdebase/apps/; revision=913713
Diffstat (limited to 'src/dolphinpart.cpp')
-rw-r--r--src/dolphinpart.cpp3
1 files changed, 2 insertions, 1 deletions
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);