[gnome-music: 3/3] Fix playbutton toggling
- From: Seif Lotfy <seiflotfy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music: 3/3] Fix playbutton toggling
- Date: Sat, 4 May 2013 13:26:29 +0000 (UTC)
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]