Fixed app_keys name.(kAccountKey -> kTizenImeKey) 01/78301/1 accepted/tizen/common/20160705.170148 accepted/tizen/ivi/20160705.101331 accepted/tizen/mobile/20160705.101355 accepted/tizen/tv/20160705.101315 accepted/tizen/wearable/20160705.101333 submit/tizen/20160705.054422
authorJongHeon Choi <j-h.choi@samsung.com>
Tue, 5 Jul 2016 05:29:55 +0000 (14:29 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Tue, 5 Jul 2016 05:29:55 +0000 (14:29 +0900)
Change-Id: Ifba625f6d0513499fed01360f63cacfc64b9d86d

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;