[shotwell] profiles: Add missing "shotwell" subdir
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] profiles: Add missing "shotwell" subdir
- Date: Sun, 18 Aug 2019 08:24:36 +0000 (UTC)
commit 77f58a4b44c8885bdd8408f49702215711c9f003
Author: Jens Georg <mail jensge org>
Date: Sun Aug 18 10:24:30 2019 +0200
profiles: Add missing "shotwell" subdir
src/Profiles.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/Profiles.vala b/src/Profiles.vala
index 9077b9af..3fb7ebf0 100644
--- a/src/Profiles.vala
+++ b/src/Profiles.vala
@@ -81,7 +81,7 @@ namespace Shotwell {
return data_dir;
}
- return Path.build_filename(Environment.get_user_data_dir(), "profiles", id());
+ return Path.build_filename(Environment.get_user_data_dir(), "shotwell", "profiles", id());
}
public string id() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]