┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-09-25 11:41:06 +0000
committerPeter Penz <[email protected]>2007-09-25 11:41:06 +0000
commite0c795a52982bcf0203b699dd35cdf03ff727ce2 (patch)
tree04a0d52429f77857553424676451f0859588ff6d /src
parent991df9c857d5f69ebec4d9ed5e7f35ab26940ffa (diff)
restoring of the column view must also be done if the column view is active
svn path=/trunk/KDE/kdebase/apps/; revision=716850
Diffstat (limited to 'src')
-rw-r--r--src/dolphinview.cpp3
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);