From dce32a93d3eaa1e42c316c5bb29bc657453a6a3e Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 19 Apr 1996 15:54:04 +0000 Subject: Idle callback is now supplied with the null event causing it. --- Mac/Demo/example2/InterslipControl-2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/Demo/example2/InterslipControl-2.py b/Mac/Demo/example2/InterslipControl-2.py index 661c4a4..4945864 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() -- cgit v0.12