Fix invalid object names

This commit is contained in:
Peter S. Bentley 2013-05-23 17:15:15 +01:00
parent c959eb145c
commit 3961db8b67
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',