summaryrefslogtreecommitdiff
path: root/nephilim/plugins/Systray.py
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-04-06 07:31:28 +0200
committerAnton Khirnov <wyskas@gmail.com>2009-04-06 07:31:28 +0200
commit45647fead64ff7000c9cdc446dc6baa837ebb423 (patch)
tree99250f7be1950584afc921c2c0ff2e9067b59d94 /nephilim/plugins/Systray.py
parent307ca48e24f878f6deb7ea2a4b5ee794d619ed31 (diff)
Systray:accidentally deleted update on song change.
Diffstat (limited to 'nephilim/plugins/Systray.py')
-rw-r--r--nephilim/plugins/Systray.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nephilim/plugins/Systray.py b/nephilim/plugins/Systray.py
index 169579c..705c968 100644
--- a/nephilim/plugins/Systray.py
+++ b/nephilim/plugins/Systray.py
@@ -48,6 +48,7 @@ class Systray(Plugin):
self.parent().connect(self.o, QtCore.SIGNAL('activated (QSystemTrayIcon::ActivationReason)')
, self.onSysTrayClick)
+ self.connect(self.mpclient(), QtCore.SIGNAL('song_changed'), self.update)
self.o.show()
def _unload(self):
self.disconnect(self.mpclient(), QtCore.SIGNAL('song_changed'), self.update)