]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.cpp
Backport of bugfix 154434 (trunk revision 757791): Remember the additional-info prope...
[dolphin.git] / src / dolphinview.cpp
index 7418997d94dc16fcbc025c736eda5dd9920c38b3..ddb7185f0201409bb714b7b8886e60ddec08d1e0 100644 (file)
@@ -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);