[rygel/rygel-0-16] renderer: Fix typo in initial state variables notify
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/rygel-0-16] renderer: Fix typo in initial state variables notify
- Date: Mon, 14 Jan 2013 12:25:08 +0000 (UTC)
commit 6647ae61dc7a49cb2cc3e5c3f29215eb25e3cd8d
Author: Jens Georg <jensg openismus com>
Date: Sun Dec 2 01:18:51 2012 +0100
renderer: Fix typo in initial state variables notify
Conflicts:
src/librygel-renderer/rygel-av-transport.vala
src/librygel-renderer/rygel-av-transport.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/librygel-renderer/rygel-av-transport.vala b/src/librygel-renderer/rygel-av-transport.vala
index d309444..5f869fc 100644
--- a/src/librygel-renderer/rygel-av-transport.vala
+++ b/src/librygel-renderer/rygel-av-transport.vala
@@ -188,7 +188,7 @@ internal class Rygel.AVTransport : Service {
log.log ("TransportPlaySpeed", this.speed);
log.log ("RecordMediumWriteStatus", "NOT_IMPLEMENTED");
log.log ("CurrentRecordQualityMode", "NOT_IMPLEMENTED");
- log.log ("PossibleRecordQualityMode", "NOT_IMPLEMENTED");
+ log.log ("PossibleRecordQualityModes", "NOT_IMPLEMENTED");
log.log ("NumberOfTracks", this.n_tracks.to_string ());
log.log ("CurrentTrack", this.track.to_string ());
log.log ("CurrentTrackDuration", this.player.duration_as_str);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]