Call .openPath() when 'new-window' is triggered

Closes #577
This commit is contained in:
Kevin Sawicki 2013-06-07 08:51:10 -07:00
parent 00313c747a
commit f40a7105bc

View File

@ -207,7 +207,7 @@ class AtomApplication
@promptForPath()
ipc.on 'new-window', =>
@open()
@openPath(null)
ipc.on 'install-update', =>
@installUpdate?()