diff options
Diffstat (limited to 'Mac/Lib/lib-toolbox/aetools.py')
-rw-r--r-- | Mac/Lib/lib-toolbox/aetools.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Lib/lib-toolbox/aetools.py b/Mac/Lib/lib-toolbox/aetools.py index 59e0e0c..5a8d314 100644 --- a/Mac/Lib/lib-toolbox/aetools.py +++ b/Mac/Lib/lib-toolbox/aetools.py @@ -151,7 +151,6 @@ class TalkTo: def start(self): """Start the application, if it is not running yet""" - self.send_flags = AppleEvents.kAENoReply _launch(self.target_signature) def newevent(self, code, subcode, parameters = {}, attributes = {}): |