diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-22 22:15:44 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-22 22:15:44 -0600 |
commit | 5f6cebbcfffa32bffada62659e750ab7d362802e (patch) | |
tree | 0389bff187011d1774d585abd22cf81b6671d831 /src/mute-menu-item.c | |
parent | a4637ac0f922a3df3e31c19a0a86eebb6a8b4994 (diff) | |
download | ayatana-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.c | 1 |
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); } |