~ubuntu-branches/ubuntu/quantal/shotwell/quantal

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ken VanDine, Alberto Mardegan
  • Date: 2012-09-24 11:10:48 UTC
  • Revision ID: package-import@ubuntu.com-20120924111048-dic3zkytvn0iaz36
Tags: 0.13.0-0ubuntu2
[ Alberto Mardegan ]
* debian/patches/06_uoa.patch (LP: #1046461)
  - Support multiple accounts per service
  - Attempt automatic login
  - Remove logout buttons

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    public void activation(bool enabled) {
49
49
    }
50
50
 
51
 
    public Spit.Publishing.Publisher create_publisher(Spit.Publishing.PluginHost host) {
 
51
    public Spit.Publishing.Publisher create_publisher(string? account, Spit.Publishing.PluginHost host) {
52
52
        return new Publishing.Tumblr.TumblrPublisher(this, host);
53
53
    }
54
54