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

« back to all changes in this revision

Viewing changes to plugins/shotwell-publishing/YouTubePublishing.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:
39
39
        info.icons = icon_pixbuf_set;
40
40
    }
41
41
 
42
 
    public Spit.Publishing.Publisher create_publisher(Spit.Publishing.PluginHost host) {
 
42
    public Spit.Publishing.Publisher create_publisher(string? account, Spit.Publishing.PluginHost host) {
43
43
        return new Publishing.YouTube.YouTubePublisher(this, host);
44
44
    }
45
45