projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54f3bdb
)
Handle the ReopenApplication event (by ignoring it).
author
Jack Jansen
<jack.jansen@cwi.nl>
Thu, 8 Mar 2001 23:09:32 +0000
(23:09 +0000)
committer
Jack Jansen
<jack.jansen@cwi.nl>
Thu, 8 Mar 2001 23:09:32 +0000
(23:09 +0000)
Mac/Tools/IDE/PythonIDEMain.py
patch
|
blob
|
history
diff --git
a/Mac/Tools/IDE/PythonIDEMain.py
b/Mac/Tools/IDE/PythonIDEMain.py
index 6bb0b4472225e7fda41c457e1699b3ee408b80e5..3ff7e59a66b0060188785f6b635105a7b617d303 100644
(file)
--- a/
Mac/Tools/IDE/PythonIDEMain.py
+++ b/
Mac/Tools/IDE/PythonIDEMain.py
@@
-18,6
+18,8
@@
class PythonIDE(Wapplication.Application):
AE.AEInstallEventHandler(AppleEvents.kCoreEventClass, AppleEvents.kAEOpenApplication,
self.ignoreevent)
+ AE.AEInstallEventHandler(AppleEvents.kCoreEventClass, AppleEvents.kAEReopenApplication,
+ self.ignoreevent)
AE.AEInstallEventHandler(AppleEvents.kCoreEventClass, AppleEvents.kAEPrintDocuments,
self.ignoreevent)
AE.AEInstallEventHandler(AppleEvents.kCoreEventClass, AppleEvents.kAEOpenDocuments,