From 587fc2a4116e64f3b76a47b1986c3dfff44880cf Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 22 Feb 2009 20:58:49 +0100 Subject: AlbumCover: fix a typo in previous commit. --- nephilim/plugins/AlbumCover.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nephilim/plugins') diff --git a/nephilim/plugins/AlbumCover.py b/nephilim/plugins/AlbumCover.py index cd39d5f..74e6a87 100644 --- a/nephilim/plugins/AlbumCover.py +++ b/nephilim/plugins/AlbumCover.py @@ -29,7 +29,7 @@ class wgAlbumCover(QtGui.QLabel): # popup menu self.menu = QtGui.QMenu("album") select_file_action = self.menu.addAction('Select cover file...') - self.connect(select_file_aciotn, QtCore.SIGNAL('triggered()'), self.select_cover_file) + self.connect(select_file_action, QtCore.SIGNAL('triggered()'), self.select_cover_file) fetch_amazon_action = self.menu.addAction('Fetch cover from Amazon.') self.connect(fetch_amazon_action, QtCore.SIGNAL('triggered()'), self.fetch_amazon) -- cgit v1.2.3