diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-02-10 11:42:10 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-02-10 11:42:10 +0000 |
commit | 4b22b241e13fbc1ca6e6d1bec21beda2941c3ced (patch) | |
tree | 8227a1035eaad08bb4377f075a4bdc2082592247 | |
parent | b51a53a2f2c6cbe23d4f6269360699e225bd30aa (diff) | |
download | ayatana-indicator-sound-4b22b241e13fbc1ca6e6d1bec21beda2941c3ced.tar.gz ayatana-indicator-sound-4b22b241e13fbc1ca6e6d1bec21beda2941c3ced.tar.bz2 ayatana-indicator-sound-4b22b241e13fbc1ca6e6d1bec21beda2941c3ced.zip |
mute init/revert now working properly plus dbus signal tidy up on the blocking message
-rw-r--r-- | src/indicator-sound.c | 1 |
1 files changed, 1 insertions, 0 deletions
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(); } |