diff options
| author | Rafael Fernández López <[email protected]> | 2007-10-17 21:58:52 +0000 |
|---|---|---|
| committer | Rafael Fernández López <[email protected]> | 2007-10-17 21:58:52 +0000 |
| commit | 5c4420b28a741c3e626a256d9833ee1759caf568 (patch) | |
| tree | a306923ddefe6cbadf61fef4d27845d6857b8d88 /src | |
| parent | 88f17ca75add13baf3ac633e57865136deba02cc (diff) | |
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: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=726516
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); } } |
