Skip to content

Commit

Permalink
Forgot theme-install-failed event
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon authored and Brandon committed Mar 2, 2014
1 parent 869e390 commit 56e9731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/available-package-view.coffee
Expand Up @@ -31,7 +31,7 @@ class AvailablePackageView extends View
shell.openExternal "https://atom.io/packages/#{@pack.name}"

handlePackageEvents: ->
@subscribe @packageManager, 'package-installed package-install-failed theme-installed', (pack, error) =>
@subscribe @packageManager, 'package-installed package-install-failed theme-installed theme-install-failed', (pack, error) =>
if pack.name == @pack.name
if error
@setStatusIcon('alert')
Expand Down

0 comments on commit 56e9731

Please sign in to comment.