From: JongHeon Choi Date: Tue, 5 Jul 2016 05:29:55 +0000 (+0900) Subject: Fixed app_keys name.(kAccountKey -> kTizenImeKey) X-Git-Tag: accepted/tizen/common/20160705.170148^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f8f5211a72c991d466192146ce0bbfba45ef22c;p=platform%2Fcore%2Fappfw%2Fwgt-backend.git Fixed app_keys name.(kAccountKey -> kTizenImeKey) Change-Id: Ifba625f6d0513499fed01360f63cacfc64b9d86d --- diff --git a/src/wgt/step/configuration/step_parse.cc b/src/wgt/step/configuration/step_parse.cc index df06790..0295903 100644 --- a/src/wgt/step/configuration/step_parse.cc +++ b/src/wgt/step/configuration/step_parse.cc @@ -537,7 +537,7 @@ bool StepParse::FillAccounts(manifest_x* manifest) { bool StepParse::FillImeInfo() { auto ime_info = GetManifestDataForKey( - app_keys::kAccountKey); + app_keys::kTizenImeKey); if (!ime_info) return true;