┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinview.cpp')
-rw-r--r--src/dolphinview.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp
index d7e79f330..0b6c32811 100644
--- a/src/dolphinview.cpp
+++ b/src/dolphinview.cpp
@@ -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);