]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Don't invoke KDirLister::openUrl(url, true, false) in combination with the column...
authorPeter Penz <peter.penz19@gmail.com>
Fri, 21 Sep 2007 19:21:24 +0000 (19:21 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 21 Sep 2007 19:21:24 +0000 (19:21 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=715298

src/dolphinview.cpp

index d7e79f3302f32ea833fd33cf5a5a43daacb0f3e3..0b6c32811dec3117bf48a21f312961850b6a8987 100644 (file)
@@ -525,9 +525,8 @@ void DolphinView::startDirLister(const KUrl& url, bool reload)
                 // The current URL is not a child of the dir lister
                 // URL. This may happen when e. g. a place has been selected
                 // and hence the view must be reset.
-                keepOldDirs = false;
+                m_dirLister->openUrl(url, false, false);
             }
-            m_dirLister->openUrl(url, keepOldDirs, false);
         }
     } else {
         m_dirLister->openUrl(url, false, reload);