summaryrefslogtreecommitdiff
path: root/nephilim/plugins/AlbumCover.py
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-03-07 13:30:11 +0100
committerAnton Khirnov <wyskas@gmail.com>2009-03-07 13:30:11 +0100
commitd827aded064c538eee0e96e4aebf97f19821b40c (patch)
tree8385b21afec038ba911f52efb58ac8e6af5a569d /nephilim/plugins/AlbumCover.py
parent371d1cd71c442b5edeab10b0ae94dbecb9f4059f (diff)
mpclient: better handling of status changes.
also remove dangerous 'connected' signal.
Diffstat (limited to 'nephilim/plugins/AlbumCover.py')
-rw-r--r--nephilim/plugins/AlbumCover.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nephilim/plugins/AlbumCover.py b/nephilim/plugins/AlbumCover.py
index 412553a..ae410ff 100644
--- a/nephilim/plugins/AlbumCover.py
+++ b/nephilim/plugins/AlbumCover.py
@@ -38,7 +38,6 @@ class wgAlbumCover(QtGui.QLabel):
self.connect(save_action, QtCore.SIGNAL('triggered()'), self.save_cover)
self.connect(self.p.mpclient(), QtCore.SIGNAL('song_changed'), self.refresh)
- self.connect(self.p.mpclient(), QtCore.SIGNAL('ready'), self.refresh)
self.connect(self.p.mpclient(), QtCore.SIGNAL('disconnected'), self.refresh)
self.connect(self.p.mpclient(), QtCore.SIGNAL('state_changed'),self.refresh)