From 34ff90696f8a9d8a5d2c02be1b11b4d092b888c1 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 28 Jun 2007 18:52:54 +0000 Subject: Improve handling of column view: * Activate column on a mouse press event * Always synchronize the active column with the URL navigator and vice versa svn path=/trunk/KDE/kdebase/apps/; revision=681369 --- src/dolphincontroller.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/dolphincontroller.cpp') diff --git a/src/dolphincontroller.cpp b/src/dolphincontroller.cpp index 1831c15c3..0f308481f 100644 --- a/src/dolphincontroller.cpp +++ b/src/dolphincontroller.cpp @@ -34,6 +34,14 @@ DolphinController::~DolphinController() { } +void DolphinController::setUrl(const KUrl& url) +{ + if (m_url != url) { + m_url = url; + emit urlChanged(url); + } +} + void DolphinController::triggerContextMenuRequest(const QPoint& pos) { emit activated(); -- cgit v1.3