aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service-dbus.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-01-27 18:46:12 +0000
committerConor Curran <conor.curran@canonical.com>2010-01-27 18:46:12 +0000
commit7ec9f75f2a0cdf13a3728c18a33dca9e327e2bf2 (patch)
treecc4a57ce898c4491101499b0591cf712025899a0 /src/sound-service-dbus.c
parent3cc04b8a7529f4d7746119a395fd6714337e26b7 (diff)
downloadayatana-indicator-sound-7ec9f75f2a0cdf13a3728c18a33dca9e327e2bf2.tar.gz
ayatana-indicator-sound-7ec9f75f2a0cdf13a3728c18a33dca9e327e2bf2.tar.bz2
ayatana-indicator-sound-7ec9f75f2a0cdf13a3728c18a33dca9e327e2bf2.zip
slider is now on the menu
Diffstat (limited to 'src/sound-service-dbus.c')
-rw-r--r--src/sound-service-dbus.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c
index 338f135..4c3b3ca 100644
--- a/src/sound-service-dbus.c
+++ b/src/sound-service-dbus.c
@@ -74,12 +74,12 @@ sound_service_dbus_class_init (SoundServiceDbusClass *klass)
&dbus_glib__sound_service_server_object_info);
signals[SINK_INPUT_WHILE_MUTED] = g_signal_new("sink-input-while-muted",
- G_TYPE_FROM_CLASS (klass),
- G_SIGNAL_RUN_LAST,
- 0,
- NULL, NULL,
- _sound_service_marshal_VOID__INT_BOOLEAN,
- G_TYPE_NONE, 2, G_TYPE_INT, G_TYPE_BOOLEAN);
+ G_TYPE_FROM_CLASS (klass),
+ G_SIGNAL_RUN_LAST,
+ 0,
+ NULL, NULL,
+ _sound_service_marshal_VOID__INT_BOOLEAN,
+ G_TYPE_NONE, 2, G_TYPE_INT, G_TYPE_BOOLEAN);
}