From 45c3d6e9acaa44048c8313b2b4e4b113c20f3d30 Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Sat, 20 Oct 2007 17:05:16 +0000 Subject: [PATCH] Reverts commit 726516. We have to report the URL changed to the outside so that panels can react to the change correctly. svn path=/trunk/KDE/kdebase/apps/; revision=727475 --- src/dolphinmainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index cf959f05b..74869e967 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -236,6 +236,7 @@ void DolphinMainWindow::changeUrl(const KUrl& url) updateViewActions(); updateGoActions(); setCaption(url.fileName()); + emit urlChanged(url); } } -- 2.47.3