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.import_wizard = BibleImportForm(self, self.parent.manager,
|
||||||
self.parent)
|
self.parent)
|
||||||
# If the import was not canceled then reload.
|
# If the import was not canceled then reload.
|
||||||
if self.import_wizard.exec_() == 1:
|
if self.import_wizard.exec_():
|
||||||
self.reloadBibles()
|
self.reloadBibles()
|
||||||
|
|
||||||
def loadBibles(self):
|
def loadBibles(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user