summaryrefslogtreecommitdiff
path: root/plugins/shotwell-publishing/PhotosPublisher.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2020-05-25 20:17:36 +0200
committerJörg Frings-Fürst <debian@jff.email>2020-05-25 20:17:36 +0200
commit78aeec6a66a80c1494e4f5dec30e9a2f71caef41 (patch)
treeb33dde0d7d164dabdd09bc86eb655bcb8672abbd /plugins/shotwell-publishing/PhotosPublisher.vala
parent32662cb4e6c60da265aba1e4cc6a5e05e5c7c2d1 (diff)
parentc3b87b404d803e2eaa6bf179b2bb370c874ffa75 (diff)
Update upstream source from tag 'upstream/0.30.10'
Update to upstream version '0.30.10' with Debian dir 328b0e5e3a6b12caed3ce0ee45f20efdf8a7b353
Diffstat (limited to 'plugins/shotwell-publishing/PhotosPublisher.vala')
-rw-r--r--plugins/shotwell-publishing/PhotosPublisher.vala2
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;
}