Don't call AEInteractWithUser unconditionally on a quit appleevent. The

EasyDIalogs methods will call it if needed.

Fixes #684975.
This commit is contained in:
Jack Jansen 2003-03-03 12:28:04 +00:00
parent 7451e3b4d5
commit 122152451e
1 changed files with 0 additions and 2 deletions

View 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):