From: Peter Penz Date: Fri, 13 Jun 2008 06:10:53 +0000 (+0000) Subject: Finally fixed problem that "Apply to all folders" did not work as expected. TODO... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/fe1d38f0234694eb179b7740c876c7c5c54c06ae?ds=inline 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 --- 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());