[Spice-devel] [PATCH spice-gtk 1/8] channel-record: Use correct nick name for property
Pavel Grunt
pgrunt at redhat.com
Thu Sep 24 06:10:34 PDT 2015
---
src/channel-record.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/channel-record.c b/src/channel-record.c
index d07d84e..e581aed 100644
--- a/src/channel-record.c
+++ b/src/channel-record.c
@@ -200,8 +200,8 @@ static void spice_record_channel_class_init(SpiceRecordChannelClass *klass)
g_object_class_install_property
(gobject_class, PROP_VOLUME,
g_param_spec_pointer("volume",
- "Playback volume",
- "",
+ "Record volume",
+ "Record volume",
G_PARAM_READWRITE |
G_PARAM_STATIC_STRINGS));
--
2.5.0
More information about the Spice-devel
mailing list