diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-06 18:07:15 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-06 18:07:15 +0100 |
commit | 2cd77a2b3065b638bc9f02239700a989e02a1142 (patch) | |
tree | 44b66f4da4a330a18ad7176433944382c9d425aa /src/indicator-sound.c | |
parent | 0a4c3a239cf405642ad829b6841925140792d33f (diff) | |
download | ayatana-indicator-sound-2cd77a2b3065b638bc9f02239700a989e02a1142.tar.gz ayatana-indicator-sound-2cd77a2b3065b638bc9f02239700a989e02a1142.tar.bz2 ayatana-indicator-sound-2cd77a2b3065b638bc9f02239700a989e02a1142.zip |
album art rounded fixed
Diffstat (limited to 'src/indicator-sound.c')
-rw-r--r-- | src/indicator-sound.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/indicator-sound.c b/src/indicator-sound.c index a454600..b59eb98 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -495,7 +495,6 @@ start_animation() { blocked_iter = blocked_animation_list; blocked_id = 0; - //g_debug("exit from blocked hold start the animation\n"); animation_id = g_timeout_add(50, fade_back_to_mute_image, NULL); return FALSE; } @@ -504,7 +503,6 @@ static gboolean fade_back_to_mute_image() { if (blocked_iter != NULL) { - g_debug("in animation 'loop'\n"); gtk_image_set_from_pixbuf(speaker_image, blocked_iter->data); blocked_iter = blocked_iter->next; return TRUE; |