From 566dc060676b41e1e58a446b7dcc4159e242fee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 23 Sep 2014 09:36:45 +0200 Subject: Imported Upstream version 0.20.0 --- plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala') 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() { -- cgit v1.2.3