]> cloud.milkyroute.net Git - dolphin.git/commitdiff
restoring of the column view must also be done if the column view is active
authorPeter Penz <peter.penz19@gmail.com>
Tue, 25 Sep 2007 11:41:06 +0000 (11:41 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Tue, 25 Sep 2007 11:41:06 +0000 (11:41 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=716850

src/dolphinview.cpp

index 91a41b531b664e53c74878c774da1441bf60cdc6..dc8c8dd87bdefab011cd430c8e645886ff3fb32e 100644 (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);