summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-04-19 15:54:04 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1996-04-19 15:54:04 (GMT)
commitdce32a93d3eaa1e42c316c5bb29bc657453a6a3e (patch)
treef0fd33fee8dc10ad08afe0ab3a23b080563c7e8d /Mac
parenta2408e9d6a20995d750c955621a7506b71da5434 (diff)
downloadcpython-dce32a93d3eaa1e42c316c5bb29bc657453a6a3e.zip
cpython-dce32a93d3eaa1e42c316c5bb29bc657453a6a3e.tar.gz
cpython-dce32a93d3eaa1e42c316c5bb29bc657453a6a3e.tar.bz2
Idle callback is now supplied with the null event causing it.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Demo/example2/InterslipControl-2.py2
1 files changed, 1 insertions, 1 deletions
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()