diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2020-05-25 20:17:19 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2020-05-25 20:17:19 +0200 |
commit | c3b87b404d803e2eaa6bf179b2bb370c874ffa75 (patch) | |
tree | 057c19e3afcf8e79f25f66340ee666614e2978c4 /plugins/shotwell-publishing/PhotosPublisher.vala | |
parent | 959dc1b29b9d4dd9d3fc56c7759afc77788ec256 (diff) |
New upstream version 0.30.10upstream/0.30.10
Diffstat (limited to 'plugins/shotwell-publishing/PhotosPublisher.vala')
-rw-r--r-- | plugins/shotwell-publishing/PhotosPublisher.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shotwell-publishing/PhotosPublisher.vala b/plugins/shotwell-publishing/PhotosPublisher.vala index ce5e505..5f46470 100644 --- a/plugins/shotwell-publishing/PhotosPublisher.vala +++ b/plugins/shotwell-publishing/PhotosPublisher.vala @@ -47,7 +47,7 @@ internal class PublishingParameters { return target_album_name; } - public void set_target_album_name(string target_album_name) { + public void set_target_album_name(string? target_album_name) { this.target_album_name = target_album_name; } |