~ubuntu-branches/ubuntu/quantal/rygel/quantal

« back to all changes in this revision

Viewing changes to src/rygel/rygel-av-transport.vala

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2012-05-02 16:13:07 UTC
  • mfrom: (14.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120502161307-tdw072ck2ta24oet
Tags: 0.14.1-1
* Install DLNA compatible icons from new location
* Imported Upstream version 0.14.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
        set {
88
88
            this.player.uri = value;
89
89
 
90
 
            this.changelog.log ("CurrentTrackURI", value);
91
 
            this.changelog.log ("AVTransportURI", value);
 
90
            this.changelog.log ("CurrentTrackURI", this.uri);
 
91
            this.changelog.log ("AVTransportURI", this.uri);
92
92
        }
93
93
    }
94
94