From 329c77deb1bcbc85d24d68197405a6de8083b290 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Sun, 31 Jan 2010 15:30:29 +0000 Subject: tidy up plus plugged back together the sinkinputwhilemuted event and the mute all toggle --- src/sound-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sound-service.c') diff --git a/src/sound-service.c b/src/sound-service.c index 008e6f8..0587e10 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -70,7 +70,7 @@ static void rebuild_sound_menu(DbusmenuMenuitem *root, SoundServiceDbus *service static void set_global_mute() { b_all_muted = !b_all_muted; - g_debug("Mute is now = %i", b_all_muted); + toggle_global_mute(b_all_muted); dbusmenu_menuitem_property_set(mute_all_menuitem, DBUSMENU_MENUITEM_PROP_LABEL, _(b_all_muted == FALSE ? "Mute All" : "Unmute")); } -- cgit v1.2.3