summaryrefslogtreecommitdiff
path: root/nephilim/plugins/Notify.py
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-02-20 11:15:51 +0100
committerAnton Khirnov <wyskas@gmail.com>2009-02-20 11:15:51 +0100
commitcca3aa06f58d5ad1b1abedc5d789bb626909da70 (patch)
treeb633b3b53cd12815f96112d5aa3f0f114a982971 /nephilim/plugins/Notify.py
parent80a77640d4a0d91c8df41c9a7b7cc1fe3ff02818 (diff)
Wrap plugins interface into a class.
Diffstat (limited to 'nephilim/plugins/Notify.py')
-rw-r--r--nephilim/plugins/Notify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nephilim/plugins/Notify.py b/nephilim/plugins/Notify.py
index b3c2285..83e0f96 100644
--- a/nephilim/plugins/Notify.py
+++ b/nephilim/plugins/Notify.py
@@ -49,7 +49,7 @@ class winNotify(QtGui.QWidget):
return
self._current_priority = priority
- cover = plugins.getPlugin('albumcover').getWidget().get_cover()
+ cover = self.winMain.plugins.getPlugin('albumcover').getWidget().get_cover()
if cover:
self.cover_label.setPixmap(cover.scaledToHeight(self.fontInfo().pixelSize()*4))
else: