[shotwell/wip/enhanced-profiles] Fix setting the profile name on startup
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/wip/enhanced-profiles] Fix setting the profile name on startup
- Date: Sat, 10 Sep 2022 07:10:52 +0000 (UTC)
commit 98daf80c7340ff172df657faa74f0a2934804290
Author: Jens Georg <mail jensge org>
Date: Sat Sep 3 12:51:34 2022 +0200
Fix setting the profile name on startup
src/Profiles.vala | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/src/Profiles.vala b/src/Profiles.vala
index a1e54ac2..d2204cc3 100644
--- a/src/Profiles.vala
+++ b/src/Profiles.vala
@@ -103,9 +103,7 @@ namespace Shotwell {
}
public void add_profile(string id, string name, string? library_folder, string? data_folder) {
- string group_name;
-
- if (has_profile(name, out group_name)) {
+ if (has_profile(name, out this.group_name)) {
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]