From 2624cf6e75563e8a2a7a8cffcbfd260283eda57a Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Mon, 21 Oct 2013 16:12:43 -0700 Subject: [PATCH] oops, don't deactivate all the packages! --- src/theme-manager.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme-manager.coffee b/src/theme-manager.coffee index 0730ee8ca..e91e26e1e 100644 --- a/src/theme-manager.coffee +++ b/src/theme-manager.coffee @@ -42,7 +42,7 @@ class ThemeManager activateThemes: -> # atom.config.observe runs the callback once, then on subsequent changes. atom.config.observe 'core.themes', (themeNames) => - @packageManager.deactivatePackages() + @deactivateThemes() themeNames = [themeNames] unless _.isArray(themeNames) # Reverse so the first (top) theme is loaded after the others. We want