From 5ed011357c42170805a4e20ec6526e79f8a0ea39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Sun, 26 Oct 2014 19:02:03 +0100 Subject: [PATCH] don't save view_properties in ~/.local/share/dolphindolphin looks like writableLocation() already includes the app name --- src/views/viewproperties.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/viewproperties.cpp b/src/views/viewproperties.cpp index 018f42d2b6..5eb5d23fd1 100644 --- a/src/views/viewproperties.cpp +++ b/src/views/viewproperties.cpp @@ -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; }