┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-01-05 22:09:07 +0000
committerPeter Penz <[email protected]>2008-01-05 22:09:07 +0000
commite3ed05b37249e487c46ab3e0512b43a8bd9316fc (patch)
tree0b9ba15cd1a46297a346396da1838b4350b3581a /src/dolphinview.cpp
parent64b6e679d6d487ce00cfeb148d68e98acaad378b (diff)
Remember the additional-info property (size, date, type, ...) for each view mode (icons view, details view, column view) individually.
BUG: 154434 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=757791
Diffstat (limited to 'src/dolphinview.cpp')
-rw-r--r--src/dolphinview.cpp3
1 files changed, 0 insertions, 3 deletions
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);