diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-09-08 12:23:15 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-09-08 12:23:15 +0200 |
commit | 0b25b8a95dfd8b8b6743f7a0a055be05dfea956b (patch) | |
tree | b1d607d38d8ce8fcac068f6a9553821f59eae61a /src/indicator-sound.c | |
parent | 4bad61faf27bf1e5b5c967d641d1d36b1260d8e1 (diff) | |
parent | 80e5ad4f83a8b1218133761de11d433a7854041e (diff) | |
download | ayatana-indicator-sound-0b25b8a95dfd8b8b6743f7a0a055be05dfea956b.tar.gz ayatana-indicator-sound-0b25b8a95dfd8b8b6743f7a0a055be05dfea956b.tar.bz2 ayatana-indicator-sound-0b25b8a95dfd8b8b6743f7a0a055be05dfea956b.zip |
releasing version 0.4.1-0ubuntu1
Diffstat (limited to 'src/indicator-sound.c')
-rw-r--r-- | src/indicator-sound.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/indicator-sound.c b/src/indicator-sound.c index 3a7abe9..63ad72d 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -375,8 +375,6 @@ connection_changed (IndicatorServiceManager * sm, gboolean connected, gpointer u g_return_if_fail(IS_INDICATOR_SOUND(userdata)); - // Ensure we are in a coherent state with the service at start up. - // Preserve ordering! } } return; @@ -464,12 +462,7 @@ tidy_up_hash() static void update_state(const gint state) { - /* g_debug("update state beginning - previous_state = %i", previous_state);*/ - previous_state = current_state; - - /* g_debug("update state 3rd line - previous_state = %i", previous_state);*/ - current_state = state; gchar* image_name = g_hash_table_lookup(volume_states, GINT_TO_POINTER(current_state)); indicator_image_helper_update(speaker_image, image_name); @@ -479,7 +472,6 @@ update_state(const gint state) void determine_state_from_volume(gdouble volume_percent) { - /* g_debug("determine_state_from_volume - previous_state = %i", previous_state);*/ if (device_available == FALSE) return; gint state = previous_state; |