From e3ed05b37249e487c46ab3e0512b43a8bd9316fc Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 5 Jan 2008 22:09:07 +0000 Subject: Remember the additional-info property (size, date, type, ...) for each view mode (icons view, details view, column view) individually. BUG: 154434 CCMAIL: hein@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=757791 --- src/dolphinview.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/dolphinview.cpp') diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 7418997d9..ddb7185f0 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -206,9 +206,6 @@ void DolphinView::setMode(Mode mode) deleteView(); - // It is important to read the view properties _after_ deleting the view, - // as e. g. the detail view might adjust the additional information properties - // after getting closed: const KUrl viewPropsUrl = viewPropertiesUrl(); ViewProperties props(viewPropsUrl); props.setViewMode(m_mode); -- cgit v1.3