From 2053d2450e61d17f27ab47f67624b14dd4829589 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Fri, 25 Mar 2011 11:21:28 +0000 Subject: defensive touches to update state method --- src/sound-service-dbus.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/sound-service-dbus.c') 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; } } -- cgit v1.2.3