diff options
| author | Peter Penz <[email protected]> | 2007-09-25 11:41:06 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-25 11:41:06 +0000 |
| commit | e0c795a52982bcf0203b699dd35cdf03ff727ce2 (patch) | |
| tree | 04a0d52429f77857553424676451f0859588ff6d | |
| parent | 991df9c857d5f69ebec4d9ed5e7f35ab26940ffa (diff) | |
restoring of the column view must also be done if the column view is active
svn path=/trunk/KDE/kdebase/apps/; revision=716850
| -rw-r--r-- | src/dolphinview.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 91a41b531..dc8c8dd87 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -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); |
