[gnome-music/wip/merge: 165/343] player: add missing signal



commit e7f4fecd5cc9f52c2434290272c8a391394f177b
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Tue Jul 16 17:21:02 2013 +0200

    player: add missing signal

 gnomemusic/player.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/player.py b/gnomemusic/player.py
index a1a57a7..f86c198 100644
--- a/gnomemusic/player.py
+++ b/gnomemusic/player.py
@@ -60,7 +60,8 @@ class Player(GObject.GObject):
 
     __gsignals__ = {
         'playing-changed': (GObject.SIGNAL_RUN_FIRST, None, ()),
-        'playlist-item-changed': (GObject.SIGNAL_RUN_FIRST, None, ())
+        'playlist-item-changed': (GObject.SIGNAL_RUN_FIRST, None, ()),
+        'current-changed': (GObject.SIGNAL_RUN_FIRST, None, ()),
     }
 
     def __init__(self):


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