diff options
Diffstat (limited to 'Mac/Demo/example2/InterslipControl-2.py')
-rw-r--r-- | Mac/Demo/example2/InterslipControl-2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Demo/example2/InterslipControl-2.py b/Mac/Demo/example2/InterslipControl-2.py index 4945864..90d57dd 100644 --- a/Mac/Demo/example2/InterslipControl-2.py +++ b/Mac/Demo/example2/InterslipControl-2.py @@ -51,7 +51,7 @@ class InterslipControl(FrameWork.Application): self.quititem = FrameWork.MenuItem(m, "Quit", "Q", self.quit) def quit(self, *args): - raise self + self._quit() def do_about(self, *args): f = Dlg.GetNewDialog(ID_ABOUT, -1) |