From 639ce2bfbcb341cd35916256ef5ce110f26243b0 Mon Sep 17 00:00:00 2001 From: andreas Date: Sat, 10 Jul 2010 19:30:01 +0200 Subject: [PATCH] fixed double whitespace --- openlp/plugins/songs/forms/songmaintenanceform.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openlp/plugins/songs/forms/songmaintenanceform.py b/openlp/plugins/songs/forms/songmaintenanceform.py index 116bb7843..2ac5f93a7 100644 --- a/openlp/plugins/songs/forms/songmaintenanceform.py +++ b/openlp/plugins/songs/forms/songmaintenanceform.py @@ -134,7 +134,7 @@ class SongMaintenanceForm(QtGui.QDialog, Ui_SongMaintenanceDialog): book_name.setData(QtCore.Qt.UserRole, QtCore.QVariant(book.id)) self.BooksListWidget.addItem(book_name) - def checkAuthor(self, new_author, edit=False): + def checkAuthor(self, new_author, edit=False): """ Returns True when the given Author is already in the list elsewise False. """ @@ -182,7 +182,7 @@ class SongMaintenanceForm(QtGui.QDialog, Ui_SongMaintenanceDialog): topic_exsists = False return topic_exsists - def checkBook(self, new_book, edit=False): + def checkBook(self, new_book, edit=False): """ Returns True when the given Book is already in the list elsewise False. """