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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-24 11:45:16 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110824114516-01cf7d83qvc9nse1
Tags: 0.11.0-0ubuntu1
New upstream version, drop patches which are in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
804
804
        string? filename = publishable.get_publishing_name();
805
805
        if (filename == null || filename == "")
806
806
            filename = publishable.get_param_string(Spit.Publishing.Publishable.PARAM_STRING_BASENAME);
807
 
        disposition_table.insert("filename",  Soup.URI.encode(filename,
808
 
            null));
 
807
        disposition_table.insert("filename",  Soup.URI.encode(filename, "'"));
809
808
        disposition_table.insert("name", "photo");
810
809
 
811
810
        set_binary_disposition_table(disposition_table);