From 1d4cfd16fd5ceb8f37400d4890807e3c56619971 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 9 Oct 2007 21:10:17 +0000 Subject: column view fixes: * assure that the history does not get messed up when changing the focus to an existing column * fix issue that the status bar does not get updated when the focus is changed between the columns svn path=/trunk/KDE/kdebase/apps/; revision=723519 --- src/dolphincontroller.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/dolphincontroller.cpp') diff --git a/src/dolphincontroller.cpp b/src/dolphincontroller.cpp index 7a6d56637..2a9e8423d 100644 --- a/src/dolphincontroller.cpp +++ b/src/dolphincontroller.cpp @@ -44,6 +44,13 @@ void DolphinController::setUrl(const KUrl& url) } } +void DolphinController::triggerUrlChangeRequest(const KUrl& url) +{ + if (m_url != url) { + emit requestUrlChange(url); + } +} + void DolphinController::triggerContextMenuRequest(const QPoint& pos) { emit activated(); -- cgit v1.3