From 4b22b241e13fbc1ca6e6d1bec21beda2941c3ced Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Wed, 10 Feb 2010 11:42:10 +0000 Subject: mute init/revert now working properly plus dbus signal tidy up on the blocking message --- src/indicator-sound.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/indicator-sound.c') diff --git a/src/indicator-sound.c b/src/indicator-sound.c index e2d3116..eed1e6f 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -199,6 +199,7 @@ connection_changed (IndicatorServiceManager * sm, gboolean connected, gpointer u dbus_g_proxy_connect_signal(sound_dbus_proxy, SIGNAL_SINK_MUTE_UPDATE, G_CALLBACK(catch_signal_sink_mute_update), NULL, NULL); // Ensure we are in a coherent state with the service at start up. + // Preserve ordering! fetch_volume_percent_from_dbus(); fetch_mute_value_from_dbus(); } -- cgit v1.2.3