diff options
Diffstat (limited to 'src/indicator-sound.c')
-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(); } |