[rygel/rygel-0-16] renderer: Add PresetNameList to initial notify
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/rygel-0-16] renderer: Add PresetNameList to initial notify
- Date: Mon, 14 Jan 2013 12:24:38 +0000 (UTC)
commit b723cc73c7172349c38b1f5bc01863bdfebe73e5
Author: Jens Georg <jensg openismus com>
Date: Tue Nov 20 16:26:56 2012 +0100
renderer: Add PresetNameList to initial notify
src/librygel-renderer/rygel-rendering-control.vala | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/librygel-renderer/rygel-rendering-control.vala b/src/librygel-renderer/rygel-rendering-control.vala
index 0c5e759..d83368a 100644
--- a/src/librygel-renderer/rygel-rendering-control.vala
+++ b/src/librygel-renderer/rygel-rendering-control.vala
@@ -101,6 +101,9 @@ internal class Rygel.RenderingControl : Service {
log.log_with_channel ("Mute", this.mute ? "1" : "0", "Master");
log.log_with_channel ("Volume", this.volume.to_string (), "Master");
+ log.log_with_channel ("PresetNameList",
+ this.preset_name_list,
+ "Master");
value.init (typeof (string));
value.set_string (log.finish ());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]