]> cloud.milkyroute.net Git - dolphin.git/commitdiff
This fixes the problem that when you click the first time on a place
authorRafael Fernández López <ereslibre@kde.org>
Wed, 17 Oct 2007 21:58:52 +0000 (21:58 +0000)
committerRafael Fernández López <ereslibre@kde.org>
Wed, 17 Oct 2007 21:58:52 +0000 (21:58 +0000)
bookmarked it is not shown as selected, but if you click the second time
it is. Now this is fixed.

CCMAIL: peter.penz@gmx.at

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

src/dolphinmainwindow.cpp

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