onSaveWindowState -> onSaveWindowStateRequest

This commit is contained in:
Antonio Scandurra
2016-09-07 15:47:23 +02:00
parent 34a99f9c82
commit e6c15ee10b
2 changed files with 2 additions and 2 deletions

View File

@@ -244,7 +244,7 @@ class ApplicationDelegate
new Disposable ->
ipcRenderer.removeListener('context-command', outerCallback)
onSaveWindowState: (callback) ->
onSaveWindowStateRequest: (callback) ->
outerCallback = (event, message) ->
callback(event)