[gnome-music: 3/3] Fix playbutton toggling



commit 65ebe343961e9ff2827ae78404a309fc50ab20d6
Author: Seif Lotfy <seif lotfy com>
Date:   Sat May 4 15:25:38 2013 +0200

    Fix playbutton toggling

 src/player.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/player.js b/src/player.js
index 3937054..9089bb4 100644
--- a/src/player.js
+++ b/src/player.js
@@ -84,6 +84,7 @@ const Player = new Lang.Class({
     },
 
     setPlaying: function(bool) {
+        this.playBtn.set_active(bool)
         if (bool) {
             this.play()
             this.playBtn.set_image(this._pauseImage);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]