-
Notifications
You must be signed in to change notification settings - Fork 981
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The QuitHandler that proxies our Exit action needs to call the performQuit() method on the QuitResponse that it receives. See the Javadoc for com.apple.eawt.QuitHandler.handleQuitRequestWith() which says: /** * Invoked when the application is asked to quit. * * Implementors must call either {@link QuitResponse#cancelQuit()}, {@link QuitResponse#performQuit()}, or ensure the application terminates. * The process (or log-out) requesting this app to quit will be blocked until the {@link QuitResponse} is handled. ... Fixes #247
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters