diff options
| author | John Tapsell <[email protected]> | 2007-12-03 09:35:31 +0000 |
|---|---|---|
| committer | John Tapsell <[email protected]> | 2007-12-03 09:35:31 +0000 |
| commit | 0f4ecd1c61631bcd8fb050f4d8af5c49e78bbeee (patch) | |
| tree | 386df8cdf902676b8e7d143638b4acae7a4acc35 /src | |
| parent | 398a9b1639a6e0311d75c91590fc0c1557911926 (diff) | |
Do not reload the directory when changing the view
svn path=/trunk/KDE/kdebase/apps/; revision=744377
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinview.cpp | 3 |
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(); } |
