]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/viewproperties.cpp
don't save view_properties in ~/.local/share/dolphindolphin
[dolphin.git] / src / views / viewproperties.cpp
index 018f42d2b65c70ed8eb1c46017cfcb64c7e028c1..5eb5d23fd1986c7c50485926b1ebcc1fd80ea90c 100644 (file)
@@ -379,7 +379,6 @@ bool ViewProperties::exist() const
 QString ViewProperties::destinationDir(const QString& subDir) const
 {
     QString path = QStandardPaths::writableLocation(QStandardPaths::DataLocation);
-    path.append(KGlobal::mainComponent().componentName());
     path.append("/view_properties/").append(subDir);
     return path;
 }