This commit is contained in:
Kovid Goyal 2010-09-29 14:54:06 -06:00
commit 7f129fa4dd

View File

@ -169,7 +169,6 @@ class MyBlockingBusy(QDialog):
self.current_index = len(self.ids)
elif self.current_phase == 4:
self.s_r_func(id)
self.current_index = len(self.ids)
# do the next one
self.current_index += 1
self.do_one_signal.emit()