forked from openlp/openlp
removed == 1
This commit is contained in:
parent
435338caad
commit
f6c30b7106
@ -365,7 +365,7 @@ class BibleMediaItem(MediaManagerItem):
|
||||
self.import_wizard = BibleImportForm(self, self.parent.manager,
|
||||
self.parent)
|
||||
# If the import was not canceled then reload.
|
||||
if self.import_wizard.exec_() == 1:
|
||||
if self.import_wizard.exec_():
|
||||
self.reloadBibles()
|
||||
|
||||
def loadBibles(self):
|
||||
|
Loading…
Reference in New Issue
Block a user