Finish fixing the songedit form so it now saves.

This commit is contained in:
Tim Bentley 2009-07-18 08:46:17 +01:00
parent eb47246f18
commit 6a495d451e
1 changed files with 0 additions and 1 deletions

View File

@ -373,7 +373,6 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog):
self.song.ccli_number = unicode(self.CCLNumberEdit.displayText())
self.processLyrics()
self.processTitle()
self.song.song_book_id = 0
self.songmanager.save_song(self.song)
if self.title_change:
self.eventmanager.post_event(Event(EventType.LoadSongList))