diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-06 13:20:03 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-06 13:20:03 +0100 |
commit | 734cf9dc8224140b6b729c09237d598aec546ef3 (patch) | |
tree | 4fe1716675002bc8cde09e647e8431f7da2ff235 /src/slider-menu-item.c | |
parent | 4a23580e7fc69500ae2a843c2b883d6f0d310b23 (diff) | |
download | ayatana-indicator-sound-734cf9dc8224140b6b729c09237d598aec546ef3.tar.gz ayatana-indicator-sound-734cf9dc8224140b6b729c09237d598aec546ef3.tar.bz2 ayatana-indicator-sound-734cf9dc8224140b6b729c09237d598aec546ef3.zip |
merge comments have been acted upon
Diffstat (limited to 'src/slider-menu-item.c')
-rw-r--r-- | src/slider-menu-item.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/slider-menu-item.c b/src/slider-menu-item.c index 9536ff8..77c8635 100644 --- a/src/slider-menu-item.c +++ b/src/slider-menu-item.c @@ -79,7 +79,6 @@ slider_menu_item_finalize (GObject *object) static void handle_event (DbusmenuMenuitem * mi, const gchar * name, const GValue * value, guint timestamp) { - g_debug("in the handle event method of slider_menu_item"); gdouble volume_input = 0; volume_input = g_value_get_double(value); if (value != NULL) |