]> cloud.milkyroute.net Git - dolphin.git/commit
Do not emit DolphinView's urlChanged(const KUrl&) signal if the view
authorFrank Reininghaus <frank78ac@googlemail.com>
Thu, 30 Apr 2009 09:04:49 +0000 (09:04 +0000)
committerFrank Reininghaus <frank78ac@googlemail.com>
Thu, 30 Apr 2009 09:04:49 +0000 (09:04 +0000)
commit8a68bc8e184a02528827e0d56a372ef925c766b4
treeed16e1adb516540cd79527289634fbbff717cc17
parent7431f4566c31e98f2bc4ed8764fc1673c1d805a8
Do not emit DolphinView's urlChanged(const KUrl&) signal if the view
is activated, as discussed with Peter. This fixes a crash on a failed
assert if the DolphinView's and the KUrlNavigator's URLs are slightly
different (i.e., if a slash has been added to the navigator's URL by
KDirLister).

I could not find any regressions caused by this change so far, but
even if there are side effects, the upcoming beta and RC releases
should give enough user feedback and time to fix them.

BUG: 180494

svn path=/trunk/KDE/kdebase/apps/; revision=961519
src/dolphinview.cpp