]> cloud.milkyroute.net Git - dolphin.git/commitdiff
don't save view_properties in ~/.local/share/dolphindolphin
authorLukáš Tinkl <lukas@kde.org>
Sun, 26 Oct 2014 18:02:03 +0000 (19:02 +0100)
committerLukáš Tinkl <lukas@kde.org>
Sun, 26 Oct 2014 18:02:03 +0000 (19:02 +0100)
looks like writableLocation() already includes the app name

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;
 }