From 0f4ecd1c61631bcd8fb050f4d8af5c49e78bbeee Mon Sep 17 00:00:00 2001 From: John Tapsell Date: Mon, 3 Dec 2007 09:35:31 +0000 Subject: [PATCH] Do not reload the directory when changing the view svn path=/trunk/KDE/kdebase/apps/; revision=744377 --- src/dolphinview.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index ad66e5ad76..41bee69723 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(); }