aboutsummaryrefslogtreecommitdiff
path: root/src/play-button.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/play-button.c')
-rw-r--r--src/play-button.c4
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);
- }
+ }*/
}