Commit 1f42fd24 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fixed quit through Apple Events

aka Dock, App Switcher, AppleScript, etc. Fixed #4009
parent d1d284de
...@@ -6,6 +6,7 @@ Mac OS X Interface: ...@@ -6,6 +6,7 @@ Mac OS X Interface:
* improved Apple Remote handling * improved Apple Remote handling
* layout fixes in the Preferences and Controls windows * layout fixes in the Preferences and Controls windows
* fixed incomplete list of hotkeys in the Preferences dialog * fixed incomplete list of hotkeys in the Preferences dialog
* fixed Quit through Apple Events (Dock menu, App Switcher, AppleScript, etc.)
Mac OS X Port: Mac OS X Port:
* fixed Growl local notification plugin * fixed Growl local notification plugin
......
...@@ -2932,6 +2932,7 @@ end: ...@@ -2932,6 +2932,7 @@ end:
// see [af97f24d528acab89969d6541d83f17ce1ecd580] that introduced the removal of setjmp() and longjmp() // see [af97f24d528acab89969d6541d83f17ce1ecd580] that introduced the removal of setjmp() and longjmp()
- (void)terminate:(id)sender - (void)terminate:(id)sender
{ {
[self activateIgnoringOtherApps:YES];
[self stop:sender]; [self stop:sender];
} }
......
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