diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-04 17:31:16 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-04 17:31:16 +0000 |
commit | 39430b4d1797d16b2152fddb864a38c26f8fb97f (patch) | |
tree | 571aa0291b7b02559fd2ec2f18efedd0031c50ac /src/mute-menu-item.c | |
parent | 025fb0a3df226ab127ee435c341882addfafcbba (diff) | |
download | ayatana-indicator-sound-39430b4d1797d16b2152fddb864a38c26f8fb97f.tar.gz ayatana-indicator-sound-39430b4d1797d16b2152fddb864a38c26f8fb97f.tar.bz2 ayatana-indicator-sound-39430b4d1797d16b2152fddb864a38c26f8fb97f.zip |
putting in back together
Diffstat (limited to 'src/mute-menu-item.c')
-rw-r--r-- | src/mute-menu-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mute-menu-item.c b/src/mute-menu-item.c index f7f3824..fdd4391 100644 --- a/src/mute-menu-item.c +++ b/src/mute-menu-item.c @@ -93,7 +93,7 @@ mute_menu_item_set_global_mute_from_ui (gpointer user_data) gboolean new_value = !current_value; // pa manager api - to be refactored - toggle_global_mute (new_value); + //toggle_global_mute (new_value); } void |