Fixed app_keys name.(kAccountKey -> kTizenImeKey)
[platform/core/appfw/wgt-backend.git] / src / wgt / step / configuration / step_parse.cc
index df06790..0295903 100644 (file)
@@ -537,7 +537,7 @@ bool StepParse::FillAccounts(manifest_x* manifest) {
 bool StepParse::FillImeInfo() {
   auto ime_info =
       GetManifestDataForKey<const wgt::parse::ImeInfo>(
-             app_keys::kAccountKey);
+             app_keys::kTizenImeKey);
   if (!ime_info)
     return true;