From ab464bc6849dd000b2d0258ececb78ef1eb1a685 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 26 Jan 2008 22:32:24 +0000 Subject: reset the selection manager when the URL has been changed (otherwise the selection toggle button would stay visible) svn path=/trunk/KDE/kdebase/apps/; revision=766918 --- src/dolphindetailsview.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphindetailsview.cpp') diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index 09645a489..3be22fb42 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -100,6 +100,8 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent, DolphinController* contr SelectionManager* selManager = new SelectionManager(this); connect(selManager, SIGNAL(selectionChanged()), this, SLOT(requestActivation())); + connect(m_controller, SIGNAL(urlChanged(const KUrl&)), + selManager, SLOT(reset())); } } else { connect(this, SIGNAL(doubleClicked(const QModelIndex&)), -- cgit v1.3