do not call postWizard twice

This commit is contained in:
Andreas Preikschat 2011-08-14 16:35:36 +02:00
parent 924482ac51
commit 928467847e
1 changed files with 0 additions and 2 deletions

View File

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