removed == 1

This commit is contained in:
Andreas Preikschat 2010-11-19 22:34:15 +01:00
parent 435338caad
commit f6c30b7106
1 changed files with 1 additions and 1 deletions

View File

@ -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):