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
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ def do_about(self, *args):
if n == 1:
return
def idle(self):
def idle(self, event):
"Idle routine - update status"
self.main_dialog.updatestatus()