diff --git a/apps/common/main/lib/view/AutoCorrectDialog.js b/apps/common/main/lib/view/AutoCorrectDialog.js index a4da7f94b..0d736d957 100644 --- a/apps/common/main/lib/view/AutoCorrectDialog.js +++ b/apps/common/main/lib/view/AutoCorrectDialog.js @@ -279,6 +279,7 @@ define([ 'text!common/main/lib/template/AutoCorrectDialog.template', afterRender: function() { this.updateControls(); + this.updateRecControls(); if (this.storageName) { var value = Common.localStorage.getItem(this.storageName); this.setActiveCategory((value!==null) ? parseInt(value) : 0);