From: Kevin Ottens Date: Sat, 20 Oct 2007 17:05:16 +0000 (+0000) Subject: Reverts commit 726516. We have to report the URL changed to the outside X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/45c3d6e9acaa44048c8313b2b4e4b113c20f3d30?ds=inline 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 --- 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); } }