diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-01-27 16:23:36 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-01-27 16:23:36 +0000 |
commit | 170afb3ecc0e216a34945eb31a9743d86bf9c325 (patch) | |
tree | 730135511e4101a2ae609729003c4486571ad122 /src/sound-service-dbus.c | |
parent | 5a86d06d8019cd9a827f69839d23268a2a6ebc51 (diff) | |
download | ayatana-indicator-sound-170afb3ecc0e216a34945eb31a9743d86bf9c325.tar.gz ayatana-indicator-sound-170afb3ecc0e216a34945eb31a9743d86bf9c325.tar.bz2 ayatana-indicator-sound-170afb3ecc0e216a34945eb31a9743d86bf9c325.zip |
signals now work, also pulling in slider
Diffstat (limited to 'src/sound-service-dbus.c')
-rw-r--r-- | src/sound-service-dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c index 920664e..338f135 100644 --- a/src/sound-service-dbus.c +++ b/src/sound-service-dbus.c @@ -73,7 +73,7 @@ sound_service_dbus_class_init (SoundServiceDbusClass *klass) dbus_g_object_type_install_info(SOUND_SERVICE_DBUS_TYPE, &dbus_glib__sound_service_server_object_info); - signals[SINK_INPUT_WHILE_MUTED] = g_signal_new(SIGNAL_SINK_INPUT_WHILE_MUTED, + signals[SINK_INPUT_WHILE_MUTED] = g_signal_new("sink-input-while-muted", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_LAST, 0, |