Fix crash on receiving an AppleEvent
This commit is contained in:
@@ -31,7 +31,7 @@ typedef NSAppleEventDescriptor AEDescr;
|
|||||||
@end
|
@end
|
||||||
|
|
||||||
void set_up_apple_events() {
|
void set_up_apple_events() {
|
||||||
AppleEventHandler* aeHandler = [[[AppleEventHandler alloc] init] autorelease];
|
AppleEventHandler* aeHandler = [[AppleEventHandler alloc] init];
|
||||||
NSAppleEventManager* AEmgr = [NSAppleEventManager sharedAppleEventManager];
|
NSAppleEventManager* AEmgr = [NSAppleEventManager sharedAppleEventManager];
|
||||||
[AEmgr setEventHandler: aeHandler andSelector: @selector(handleOpenApp:withReply:)
|
[AEmgr setEventHandler: aeHandler andSelector: @selector(handleOpenApp:withReply:)
|
||||||
forEventClass: kCoreEventClass andEventID: kAEOpenApplication];
|
forEventClass: kCoreEventClass andEventID: kAEOpenApplication];
|
||||||
|
Reference in New Issue
Block a user