Commit 9f714904 authored by Jack Jansen's avatar Jack Jansen

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

EasyDIalogs methods will call it if needed.

Fixes #684975.
parent c0d47172
...@@ -156,8 +156,6 @@ class PythonIDE(Wapplication.Application): ...@@ -156,8 +156,6 @@ class PythonIDE(Wapplication.Application):
self.makehelpmenu() self.makehelpmenu()
def quitevent(self, theAppleEvent, theReply): def quitevent(self, theAppleEvent, theReply):
from Carbon import AE
AE.AEInteractWithUser(50000000)
self._quit() self._quit()
def suspendresume(self, onoff): def suspendresume(self, onoff):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment