aboutsummaryrefslogtreecommitdiff
path: root/src/mute-menu-item.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-22 22:15:44 -0600
committerConor Curran <conor.curran@canonical.com>2011-01-22 22:15:44 -0600
commit5f6cebbcfffa32bffada62659e750ab7d362802e (patch)
tree0389bff187011d1774d585abd22cf81b6671d831 /src/mute-menu-item.c
parenta4637ac0f922a3df3e31c19a0a86eebb6a8b4994 (diff)
downloadayatana-indicator-sound-5f6cebbcfffa32bffada62659e750ab7d362802e.tar.gz
ayatana-indicator-sound-5f6cebbcfffa32bffada62659e750ab7d362802e.tar.bz2
ayatana-indicator-sound-5f6cebbcfffa32bffada62659e750ab7d362802e.zip
service signals and methods re worked plus removed dbus-menu-manager.c and h and moved what was needed into the sound-service-dbus
Diffstat (limited to 'src/mute-menu-item.c')
-rw-r--r--src/mute-menu-item.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mute-menu-item.c b/src/mute-menu-item.c
index 9e79dd1..2c5af6d 100644
--- a/src/mute-menu-item.c
+++ b/src/mute-menu-item.c
@@ -93,7 +93,6 @@ handle_event (DbusmenuMenuitem * mi,
}
gboolean mute_input = g_variant_get_boolean(input);
- // TODO: use the pulse wrapper directly
toggle_global_mute (mute_input);
g_variant_unref (input);
}