[Xfce4-commits] <parole:master> Drop references to the stop-button

Christoph Mende noreply at xfce.org
Mon Jul 23 01:25:47 CEST 2012


Updating branch refs/heads/master
         to aef73c682154ee088c5345ec89d3ea36bb73e717 (commit)
       from 41f406204af55f56538420bde9159acdf754ba17 (commit)

commit aef73c682154ee088c5345ec89d3ea36bb73e717
Author: Simon Steinbeiss <ochosi at xfce.org>
Date:   Sat Jul 14 16:49:51 2012 +0200

    Drop references to the stop-button

 src/parole-player.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/parole-player.c b/src/parole-player.c
index 4cc9254..6daf8e0 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -744,12 +744,6 @@ parole_player_stopped (ParolePlayer *player)
     gtk_widget_set_sensitive (player->priv->play_pause, 
 			      parole_media_list_is_selected_row (player->priv->list) || 
 			      !parole_media_list_is_empty (player->priv->list));
-    
-    /* 
-     * Set the stop widget insensitive only if we are not going to got to playing
-     * state, this give the possibility to press on it if the media get stuck
-     * for some reason.
-     */
 
     parole_player_change_range_value (player, 0);
     gtk_widget_set_sensitive (player->priv->range, FALSE);


More information about the Xfce4-commits mailing list