forked from openlp/openlp
Lets put the bracket in the correct place
bzr-revno: 508
This commit is contained in:
parent
97253d3197
commit
29f9ba09f0
@ -356,7 +356,7 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog):
|
||||
self.processTitle()
|
||||
self.songmanager.save_song(self.song)
|
||||
if self.title_change:
|
||||
self.eventmanager.post_event(Event(EventType.LoadSongList), u'EditSongForm')
|
||||
self.eventmanager.post_event(Event(EventType.LoadSongList, u'EditSongForm'))
|
||||
self.close()
|
||||
|
||||
def processLyrics(self):
|
||||
|
Loading…
Reference in New Issue
Block a user