diff options
Diffstat (limited to 'src/dolphinview.cpp')
| -rw-r--r-- | src/dolphinview.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index a12e7a991..2fc664f21 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -522,6 +522,10 @@ void DolphinView::updateView(const KUrl& url, const KUrl& rootUrl) loadDirectory(url); } + // When changing the URL there is no need to keep the revision + // data of the previous URL. + m_dolphinModel->clearRevisionData(); + emit startedPathLoading(url); } |
