From 66635a19d1f4eca740fd4161c620b218920047c6 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Fri, 4 Oct 2013 14:38:50 -0700 Subject: [PATCH] Allow updates to the application menu --- src/atom-application.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom-application.coffee b/src/atom-application.coffee index 924bb040d..d33a9255b 100644 --- a/src/atom-application.coffee +++ b/src/atom-application.coffee @@ -165,7 +165,7 @@ class AtomApplication else @promptForPath() - ipc.once 'update-application-menu', (processId, routingId, template, keystrokesByCommand) => + ipc.on 'update-application-menu', (processId, routingId, template, keystrokesByCommand) => @applicationMenu.update(template, keystrokesByCommand) ipc.on 'run-package-specs', (processId, routingId, specDirectory) =>