Lets put the bracket in the correct place

bzr-revno: 508
This commit is contained in:
Tim Bentley 2009-08-14 17:11:06 +01:00
parent 97253d3197
commit 29f9ba09f0

View File

@ -356,7 +356,7 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog):
self.processTitle() self.processTitle()
self.songmanager.save_song(self.song) self.songmanager.save_song(self.song)
if self.title_change: if self.title_change:
self.eventmanager.post_event(Event(EventType.LoadSongList), u'EditSongForm') self.eventmanager.post_event(Event(EventType.LoadSongList, u'EditSongForm'))
self.close() self.close()
def processLyrics(self): def processLyrics(self):