Remove some whitespace in editsongform.py

This commit is contained in:
Stevan Pettit 2011-05-29 09:12:11 -04:00
parent 7679f4c188
commit 46f9153ea8
1 changed files with 1 additions and 1 deletions

View File

@ -757,7 +757,7 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog):
self.manager.save_object(self.song)
if self.parent.new:
self.parent.auto_select_id = self.song.id
def _processLyrics(self):
"""
Process the lyric data entered by the user into the OpenLP XML format.