Fix rename error is songs mediaitem preventing editing working

bzr-revno: 2246
This commit is contained in:
Peter Bentley 2013-05-25 07:02:21 +01:00 committed by Tim Bentley
commit 66228af71d
1 changed files with 2 additions and 2 deletions

View File

@ -132,8 +132,8 @@ class SongMediaItem(MediaManagerItem):
"""
Initialise variables when they cannot be initialised in the constructor.
"""
self.songMaintenanceForm = SongMaintenanceForm(self.plugin.manager, self)
self.editSongForm = EditSongForm(self, self.main_window, self.plugin.manager)
self.song_maintenance_form = SongMaintenanceForm(self.plugin.manager, self)
self.edit_song_form = EditSongForm(self, self.main_window, self.plugin.manager)
self.openLyrics = OpenLyrics(self.plugin.manager)
self.search_text_edit.set_search_types([
(SongSearch.Entire, u':/songs/song_search_all.png',