forked from openlp/openlp
do not call postWizard twice
This commit is contained in:
parent
924482ac51
commit
928467847e
@ -113,8 +113,6 @@ class BibleUpgradeForm(OpenLPWizard):
|
||||
self.stop_import_flag = True
|
||||
if not self.currentPage() == self.progressPage:
|
||||
self.done(QtGui.QDialog.Rejected)
|
||||
else:
|
||||
self.postWizard()
|
||||
|
||||
def onCurrentIdChanged(self, pageId):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user