┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-05-03 05:52:54 +0000
committerPeter Penz <[email protected]>2007-05-03 05:52:54 +0000
commit7b286a5463e208990f7ee1d1e28b7bb062b7a409 (patch)
treef631c81789b9ec5a5a9ce36332eb7aa48a0c3a04 /src/dolphinmainwindow.cpp
parent0bdc4821e4d3f426711185516347e1ae0ad88943 (diff)
let the information sidebar react on selection changes
svn path=/trunk/KDE/kdebase/apps/; revision=660580
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 9223dc19f..489a99327 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -1280,6 +1280,8 @@ void DolphinMainWindow::setupDockWidgets()
addDockWidget(Qt::RightDockWidgetArea, infoDock);
connect(this, SIGNAL(urlChanged(KUrl)),
infoWidget, SLOT(setUrl(KUrl)));
+ connect(this, SIGNAL(selectionChanged(KFileItemList)),
+ infoWidget, SLOT(setSelection(KFileItemList)));
// setup "Tree View"
QDockWidget* treeViewDock = new QDockWidget(i18n("Folders"));