summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2015-09-22 18:43:52 +0200
committerPavel Grunt <pgrunt@redhat.com>2015-09-25 13:38:53 +0200
commit82e06cea4819b3774088659aa8d272d1e77f7018 (patch)
tree9be0e868904669b8109de393f385376daf4c6a8f
parent14a7faf35b97f588d4e0abcff93ec06a2d66b90c (diff)
downloadspice-gtk-82e06cea4819b3774088659aa8d272d1e77f7018.tar.gz
spice-gtk-82e06cea4819b3774088659aa8d272d1e77f7018.tar.xz
spice-gtk-82e06cea4819b3774088659aa8d272d1e77f7018.zip
channel-record: Use correct nick name for property
-rw-r--r--src/channel-record.c4
1 files 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));