┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-07-27 05:31:48 +0000
committerPeter Penz <[email protected]>2009-07-27 05:31:48 +0000
commit66ad27aba14cdfea777b9ebe1beb161f80f26463 (patch)
treeb320f98d7b7c98a65beaca752365ee0345c1d345 /src/dolphinview.cpp
parent47d50032839e70f847adc1cc0de784f001936954 (diff)
Improved Subversion test plugin to allow committing, updating, diffing, adding and removing of files. As soon as the test plugin gets moved to kdesdk, the code should be improved to use the libsvn interface.
svn path=/trunk/KDE/kdebase/apps/; revision=1002839
Diffstat (limited to 'src/dolphinview.cpp')
-rw-r--r--src/dolphinview.cpp4
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);
}