diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-25 11:21:28 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-25 11:21:28 +0000 |
commit | 2053d2450e61d17f27ab47f67624b14dd4829589 (patch) | |
tree | 55bcc2893be8b37df338b6b6333e3a068a071eee | |
parent | e3550c53b92297fdaa84105c3fa9fd5b69d98e83 (diff) | |
download | ayatana-indicator-sound-2053d2450e61d17f27ab47f67624b14dd4829589.tar.gz ayatana-indicator-sound-2053d2450e61d17f27ab47f67624b14dd4829589.tar.bz2 ayatana-indicator-sound-2053d2450e61d17f27ab47f67624b14dd4829589.zip |
defensive touches to update state method
-rw-r--r-- | src/sound-service-dbus.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c index ea96e6a..2f7e32c 100644 --- a/src/sound-service-dbus.c +++ b/src/sound-service-dbus.c @@ -252,9 +252,8 @@ sound_service_dbus_update_sound_state (SoundServiceDbus* self, v_output, &error ); if (error != NULL) { - g_error("Unable to emit signal 'sinkinputwhilemuted' because : %s", error->message); + g_error("Unable to emit signal because : %s", error->message); g_error_free(error); - return; } } |