Idle callback is now supplied with the null event causing it.

This commit is contained in:
Jack Jansen 1996-04-19 15:54:04 +00:00
parent a2408e9d6a
commit dce32a93d3

View file

@ -60,7 +60,7 @@ class InterslipControl(FrameWork.Application):
if n == 1: if n == 1:
return return
def idle(self): def idle(self, event):
"Idle routine - update status" "Idle routine - update status"
self.main_dialog.updatestatus() self.main_dialog.updatestatus()