┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Tapsell <[email protected]>2007-12-03 09:35:31 +0000
committerJohn Tapsell <[email protected]>2007-12-03 09:35:31 +0000
commit0f4ecd1c61631bcd8fb050f4d8af5c49e78bbeee (patch)
tree386df8cdf902676b8e7d143638b4acae7a4acc35
parent398a9b1639a6e0311d75c91590fc0c1557911926 (diff)
Do not reload the directory when changing the view
svn path=/trunk/KDE/kdebase/apps/; revision=744377
-rw-r--r--src/dolphinview.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp
index ad66e5ad7..41bee6972 100644
--- a/src/dolphinview.cpp
+++ b/src/dolphinview.cpp
@@ -204,7 +204,6 @@ void DolphinView::setMode(Mode mode)
const KUrl viewPropsUrl = viewPropertiesUrl();
ViewProperties props(viewPropsUrl);
props.setViewMode(m_mode);
-
createView();
// the file item delegate has been recreated, apply the current
@@ -223,8 +222,6 @@ void DolphinView::setMode(Mode mode)
emit categorizedSortingChanged();
}
- loadDirectory(viewPropsUrl);
-
emit modeChanged();
}