]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Reverts commit 726516. We have to report the URL changed to the outside
authorKevin Ottens <ervin@kde.org>
Sat, 20 Oct 2007 17:05:16 +0000 (17:05 +0000)
committerKevin Ottens <ervin@kde.org>
Sat, 20 Oct 2007 17:05:16 +0000 (17:05 +0000)
so that panels can react to the change correctly.

svn path=/trunk/KDE/kdebase/apps/; revision=727475

src/dolphinmainwindow.cpp

index cf959f05bc2d8bc5e83cc22148638e5e0662ccb1..74869e9674a26e86c7c1d6b03408934d604dabd1 100644 (file)
@@ -236,6 +236,7 @@ void DolphinMainWindow::changeUrl(const KUrl& url)
         updateViewActions();
         updateGoActions();
         setCaption(url.fileName());
+        emit urlChanged(url);
     }
 }