~ubuntu-branches/ubuntu/trusty/rygel/trusty

« back to all changes in this revision

Viewing changes to src/rygel/rygel-image-item.vala

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2011-12-16 15:21:25 UTC
  • mfrom: (14.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111216152125-qgn31dkfmhouhrf0
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    public override void add_uri (string uri) {
56
56
        base.add_uri (uri);
57
57
 
58
 
        this.add_thumbnail_for_uri (uri);
 
58
        this.add_thumbnail_for_uri (uri, this.mime_type);
59
59
    }
60
60
 
61
61
    internal override void add_resources (DIDLLiteItem didl_item,