This commit is contained in:
Andreas Preikschat 2011-03-15 21:12:28 +01:00
parent f339c11ccf
commit e2bd77ea4d

View File

@ -731,7 +731,7 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog):
# Values will be set when cleaning the song.
self.song.search_title = u''
self.song.search_lyrics = u''
song.verse_order = u''
self.song.verse_order = u''
self.song.comments = unicode(self.commentsEdit.toPlainText())
ordertext = unicode(self.verseOrderEdit.text())
order = []