]> granicus.if.org Git - python/commitdiff
Don't call AEInteractWithUser unconditionally on a quit appleevent. The
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 3 Mar 2003 12:28:04 +0000 (12:28 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 3 Mar 2003 12:28:04 +0000 (12:28 +0000)
EasyDIalogs methods will call it if needed.

Fixes #684975.

Mac/Tools/IDE/PythonIDEMain.py

index 4401889730339e4284c72c95b02f7858a0cf29c9..01969e95bdae090b38c3b6bc051d1f6bec1b4f12 100644 (file)
@@ -156,8 +156,6 @@ class PythonIDE(Wapplication.Application):
                self.makehelpmenu()
        
        def quitevent(self, theAppleEvent, theReply):
-               from Carbon import AE
-               AE.AEInteractWithUser(50000000)
                self._quit()
        
        def suspendresume(self, onoff):