From: Jack Jansen Date: Fri, 19 Apr 1996 15:54:04 +0000 (+0000) Subject: Idle callback is now supplied with the null event causing it. X-Git-Tag: v1.4b1~213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dce32a93d3eaa1e42c316c5bb29bc657453a6a3e;p=python Idle callback is now supplied with the null event causing it. --- diff --git a/Mac/Demo/example2/InterslipControl-2.py b/Mac/Demo/example2/InterslipControl-2.py index 661c4a4349..4945864504 100644 --- a/Mac/Demo/example2/InterslipControl-2.py +++ b/Mac/Demo/example2/InterslipControl-2.py @@ -60,7 +60,7 @@ class InterslipControl(FrameWork.Application): if n == 1: return - def idle(self): + def idle(self, event): "Idle routine - update status" self.main_dialog.updatestatus()