diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-05-24 15:23:46 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-05-24 15:23:46 +0200 |
commit | eee242571f78cedcca283c6396026c80640572c9 (patch) | |
tree | 4a2c26f76694c127d213fd344c95579ba6179207 /plugins/shotwell-publishing/PiwigoPublishing.vala | |
parent | 62419f2d51a3a9dda833aaeeb9e5bc7c4af547d6 (diff) |
New upstream version 0.30.12upstream/0.30.12
Diffstat (limited to 'plugins/shotwell-publishing/PiwigoPublishing.vala')
-rw-r--r-- | plugins/shotwell-publishing/PiwigoPublishing.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shotwell-publishing/PiwigoPublishing.vala b/plugins/shotwell-publishing/PiwigoPublishing.vala index f177789..d311ac5 100644 --- a/plugins/shotwell-publishing/PiwigoPublishing.vala +++ b/plugins/shotwell-publishing/PiwigoPublishing.vala @@ -5,7 +5,7 @@ */ public class PiwigoService : Object, Spit.Pluggable, Spit.Publishing.Service { - private const string ICON_FILENAME = "piwigo.png"; + private const string ICON_FILENAME = "piwigo.svg"; private static Gdk.Pixbuf[] icon_pixbuf_set = null; |