┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-06-13 06:10:53 +0000
committerPeter Penz <[email protected]>2008-06-13 06:10:53 +0000
commitfe1d38f0234694eb179b7740c876c7c5c54c06ae (patch)
tree5f410d9275585b05f1f0bc2044787bce1e55dd08
parentb4bbde40055d48202f02a9f4557cb3292dc5e85b (diff)
Finally fixed problem that "Apply to all folders" did not work as expected. TODO: the mirrored directory still should be cleaned up, but this has to be done without deleting the view properties fallback.
BUG: 163366 svn path=/trunk/KDE/kdebase/apps/; revision=820068
-rw-r--r--src/viewpropertiesdialog.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/viewpropertiesdialog.cpp b/src/viewpropertiesdialog.cpp
index 5922f8359..db543808b 100644
--- a/src/viewpropertiesdialog.cpp
+++ b/src/viewpropertiesdialog.cpp
@@ -362,10 +362,6 @@ void ViewPropertiesDialog::applyViewProperties()
// all existing viewproperties invalid, as they have a smaller time stamp.
GeneralSettings* settings = DolphinSettings::instance().generalSettings();
settings->setViewPropsTimestamp(QDateTime::currentDateTime());
-
- // This is also a good chance to make a cleanup of all mirrored view properties:
- const KUrl mirroredDir = ViewProperties::mirroredDirectory();
- KIO::NetAccess::del(mirroredDir, this);
}
m_dolphinView->setMode(m_viewProps->viewMode());