]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.cpp
restore the focus of the active column after the reloading has been finished
[dolphin.git] / 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);