restoring of the column view must also be done if the column view is active

svn path=/trunk/KDE/kdebase/apps/; revision=716850
This commit is contained in:
Peter Penz 2007-09-25 11:41:06 +00:00
parent 991df9c857
commit e0c795a529

View file

@ -414,8 +414,7 @@ void DolphinView::updateView(const KUrl& url, const KUrl& rootUrl)
return;
}
const bool restoreColumnView = !isColumnViewActive()
&& !rootUrl.isEmpty()
const bool restoreColumnView = !rootUrl.isEmpty()
&& !rootUrl.equals(url, KUrl::CompareWithoutTrailingSlash)
&& rootUrl.isParentOf(url);