diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-04-28 16:45:51 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-04-28 16:45:51 +0200 |
commit | 7385922cd37e4ffe65f4af34b2795307a76670c4 (patch) | |
tree | 2d908584bfb663268004e19a23e02ce6c65034c5 /src/publishing/Publishing.vala | |
parent | 6dd5e6966c6ec10d38d4b620a053ae262ac60d86 (diff) | |
parent | 6710aa856175300e598b23b701c0d2741f2cb6b3 (diff) |
Update upstream source from tag 'upstream/0.30.4'
Update to upstream version '0.30.4'
with Debian dir 2d4b66e5f883875fb1420e1b17811073c8065d44
Diffstat (limited to 'src/publishing/Publishing.vala')
-rw-r--r-- | src/publishing/Publishing.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/publishing/Publishing.vala b/src/publishing/Publishing.vala index 6c30b91..455013c 100644 --- a/src/publishing/Publishing.vala +++ b/src/publishing/Publishing.vala @@ -9,9 +9,9 @@ namespace Publishing { public void init() throws Error { string[] core_ids = new string[0]; core_ids += "org.yorba.shotwell.publishing.facebook"; - core_ids += "org.yorba.shotwell.publishing.picasa"; core_ids += "org.yorba.shotwell.publishing.flickr"; core_ids += "org.yorba.shotwell.publishing.youtube"; + core_ids += "org.yorba.shotwell.publishing.gnome-photos"; Plugins.register_extension_point(typeof(Spit.Publishing.Service), _("Publishing"), Resources.PUBLISH, core_ids); |