Use ApplicationDelegate in WindowEventHandler

Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
This commit is contained in:
Nathan Sobo
2015-10-13 17:10:30 -06:00
parent f989ed65e1
commit 919571f328
4 changed files with 15 additions and 11 deletions

View File

@@ -264,7 +264,7 @@ class AtomApplication
@promptForPath "folder", (selectedPaths) ->
event.sender.send(responseChannel, selectedPaths)
ipc.on 'cancel-window-close', =>
ipc.on 'did-cancel-window-unload', =>
@quitting = false
clipboard = require '../safe-clipboard'