~ubuntu-branches/ubuntu/raring/shotwell/raring

« back to all changes in this revision

Viewing changes to plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Robert Ancell, Alberto Mardegan
  • Date: 2012-08-28 16:57:19 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20120828165719-p6ep5hdo24rssreo
Tags: 0.12.90-0ubuntu1
[ Robert Ancell ]
* New upstream release (LP: #1041011)
* debian/watch:
  - Watch for unstable versions
  - Releases now in .xz format

[ Alberto Mardegan ]
* debian/patches/06_uoa.patch:
  - updated for the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    private Spit.Pluggable[] pluggables = new Spit.Pluggable[0];
92
92
 
93
93
    public ShotwellPublishingExtraServices(GLib.File module_file) {
94
 
        GLib.File resource_directory = module_file.get_parent();
95
 
        
96
94
        pluggables += new YandexService();
97
 
        pluggables += new PiwigoService(resource_directory);
98
95
    }
99
96
    
100
97
    public unowned string get_module_name() {