[rygel/rygel-0-14] core: Escape URI for ChangeLog
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/rygel-0-14] core: Escape URI for ChangeLog
- Date: Sat, 28 Apr 2012 18:58:51 +0000 (UTC)
commit 9b5f4403f70bb282cce4d438817bbae006b25546
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]