[rygel] core: Escape URI for ChangeLog



commit a00e17036df5ab9721eae5eb798b63086b7ea795
Author: Jens Georg <mail jensge org>
Date:   Fri Apr 13 21:49:30 2012 +0200

    core: Escape URI for ChangeLog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674071

 src/rygel/rygel-av-transport.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/rygel/rygel-av-transport.vala b/src/rygel/rygel-av-transport.vala
index 94a4421..1018ea4 100644
--- a/src/rygel/rygel-av-transport.vala
+++ b/src/rygel/rygel-av-transport.vala
@@ -87,8 +87,8 @@ internal class Rygel.AVTransport : Service {
         set {
             this.player.uri = value;
 
-            this.changelog.log ("CurrentTrackURI", value);
-            this.changelog.log ("AVTransportURI", value);
+            this.changelog.log ("CurrentTrackURI", this.uri);
+            this.changelog.log ("AVTransportURI", this.uri);
         }
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]