aboutsummaryrefslogtreecommitdiff
path: root/src/slider-menu-item.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-02-07 11:19:17 +0000
committerConor Curran <conor.curran@canonical.com>2011-02-07 11:19:17 +0000
commitdf4cae2aab47e33f20528b9d35a3c942c4a97eac (patch)
tree0836d4609583fd321290d318b0dbcdabca65bfed /src/slider-menu-item.c
parent381d827c0da72499f6092c7bb8cb6238ba0d2746 (diff)
downloadayatana-indicator-sound-df4cae2aab47e33f20528b9d35a3c942c4a97eac.tar.gz
ayatana-indicator-sound-df4cae2aab47e33f20528b9d35a3c942c4a97eac.tar.bz2
ayatana-indicator-sound-df4cae2aab47e33f20528b9d35a3c942c4a97eac.zip
fully functional once again
Diffstat (limited to 'src/slider-menu-item.c')
-rw-r--r--src/slider-menu-item.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/slider-menu-item.c b/src/slider-menu-item.c
index 31d4774..aaa6787 100644
--- a/src/slider-menu-item.c
+++ b/src/slider-menu-item.c
@@ -98,13 +98,7 @@ handle_event (DbusmenuMenuitem * mi,
if (IS_SLIDER_MENU_ITEM (mi)) {
SliderMenuItemPrivate* priv = SLIDER_MENU_ITEM_GET_PRIVATE (SLIDER_MENU_ITEM (mi));
active_sink_update_volume (priv->a_sink, volume_input);
- }
-
- //active_sink_update_volume (
- // TODO - when the ACTIVESINK instance exists this will be handled nicely
- // PA MANAGER will be refactored first.
-
- //set_sink_volume(volume_input);
+ }
/*if (default_sink_is_muted () == TRUE){
toggle_global_mute (FALSE);
}*/