diff --git a/apps/common/main/lib/controller/Themes.js b/apps/common/main/lib/controller/Themes.js index 3b3f6a3f1..c8c2e2427 100644 --- a/apps/common/main/lib/controller/Themes.js +++ b/apps/common/main/lib/controller/Themes.js @@ -170,7 +170,7 @@ define([ var obj = get_current_theme_colors(name_colors); obj.type = themes_map[theme_name]; - obj.name = name; + obj.name = theme_name; api.asc_setSkin(obj); // app.eventbus.addListeners({ @@ -218,4 +218,4 @@ define([ } } })(); -}); \ No newline at end of file +});