summaryrefslogtreecommitdiff
path: root/nephilim/plugins/Notify.py
diff options
context:
space:
mode:
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: