summaryrefslogtreecommitdiff
path: root/plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-23 09:36:56 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-23 09:36:56 +0200
commit8004f1a7ad3cc6a3659517f3374bdf1b63416b24 (patch)
treeb7b82cc6e01cd47d22f660e25508a7d8d555dc89 /plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala
parent28c68a75acac7ac3ce7fb169bc6aa65e16551c53 (diff)
parent566dc060676b41e1e58a446b7dcc4159e242fee6 (diff)
Merge tag 'upstream/0.20.0'
Upstream version 0.20.0
Diffstat (limited to 'plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala')
-rw-r--r--plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala b/plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala
index c83acf1..c5e32ee 100644
--- a/plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala
+++ b/plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala
@@ -12,6 +12,8 @@ private class ShotwellPublishingExtraServices : Object, Spit.Module {
public ShotwellPublishingExtraServices(GLib.File module_file) {
pluggables += new YandexService();
pluggables += new TumblrService(module_file.get_parent());
+ pluggables += new RajceService(module_file.get_parent());
+ pluggables += new Gallery3Service(module_file.get_parent());
}
public unowned string get_module_name() {