]> granicus.if.org Git - python/commitdiff
Idle callback is now supplied with the null event causing it.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 19 Apr 1996 15:54:04 +0000 (15:54 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 19 Apr 1996 15:54:04 +0000 (15:54 +0000)
Mac/Demo/example2/InterslipControl-2.py

index 661c4a4349442fc157f235a5dd74a35701cea252..49458645045ea35ea7ab8de2010760dcf8b7934e 100644 (file)
@@ -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()