From 29f9ba09f075335bd4739679624e46202b63c6d2 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Fri, 14 Aug 2009 17:11:06 +0100 Subject: [PATCH] Lets put the bracket in the correct place bzr-revno: 508 --- openlp/plugins/songs/forms/editsongform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/songs/forms/editsongform.py b/openlp/plugins/songs/forms/editsongform.py index 8d5176f9e..4dad397bb 100644 --- a/openlp/plugins/songs/forms/editsongform.py +++ b/openlp/plugins/songs/forms/editsongform.py @@ -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):