From 5c4420b28a741c3e626a256d9833ee1759caf568 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafael=20Fern=C3=A1ndez=20L=C3=B3pez?= Date: Wed, 17 Oct 2007 21:58:52 +0000 Subject: [PATCH] This fixes the problem that when you click the first time on a place 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 74869e967..cf959f05b 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -236,7 +236,6 @@ void DolphinMainWindow::changeUrl(const KUrl& url) updateViewActions(); updateGoActions(); setCaption(url.fileName()); - emit urlChanged(url); } } -- 2.47.3