diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-28 14:01:07 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-28 14:01:07 +0100 |
commit | 1cf8f05c990006339e85f3e26a93dfc68eee7824 (patch) | |
tree | 437a4785d93bf1e01b59de819beb9def4bce2efd /src/play-button.c | |
parent | ed4b8a59464b94aabf311d6ba7654c243d1218f4 (diff) | |
download | ayatana-indicator-sound-1cf8f05c990006339e85f3e26a93dfc68eee7824.tar.gz ayatana-indicator-sound-1cf8f05c990006339e85f3e26a93dfc68eee7824.tar.bz2 ayatana-indicator-sound-1cf8f05c990006339e85f3e26a93dfc68eee7824.zip |
scrub bar is scrubbing
Diffstat (limited to 'src/play-button.c')
-rw-r--r-- | src/play-button.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/play-button.c b/src/play-button.c index cf8bc2f..3f8f9f6 100644 --- a/src/play-button.c +++ b/src/play-button.c @@ -458,7 +458,7 @@ play_button_toggle_play_pause(GtkWidget* button, PlayButtonState update) priv->current_state = update; g_debug("PlayButton::toggle play state : %i", priv->current_state); - if(changed == TRUE){ + /*if(changed == TRUE){ g_debug("Toggle play pause - changed of state detected"); cairo_t *cr; @@ -476,7 +476,7 @@ play_button_toggle_play_pause(GtkWidget* button, PlayButtonState update) cairo_clip(cr); draw (button, cr); cairo_destroy (cr); - } + }*/ } |