Remove codes which refers deleted attribute 35/107035/2 accepted/tizen/3.0/common/20161227.181345 accepted/tizen/3.0/ivi/20161227.141655 accepted/tizen/3.0/mobile/20161227.141511 accepted/tizen/3.0/tv/20161227.141535 accepted/tizen/3.0/wearable/20161227.141631 submit/tizen_3.0/20161226.101740
authorJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 26 Dec 2016 07:32:44 +0000 (16:32 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 26 Dec 2016 07:42:41 +0000 (23:42 -0800)
Related changes:
[pkgmgr-info] : https://review.tizen.org/gerrit/107032
[app-installers] : https://review.tizen.org/gerrit/107033
[tpk-backend] : https://review.tizen.org/gerrit/107034

Change-Id: I54b8508488321a67ef35733a1063496544f31b22
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/wgt/step/configuration/step_parse.cc

index e1f817c..d9a96ba 100644 (file)
@@ -95,7 +95,6 @@ void AppendWidgetMetadata(GList** metadatas,
 
 void SetApplicationXDefaults(application_x* application) {
   application->effectimage_type = strdup("image");
-  application->enabled = strdup("true");
   application->guestmode_visibility = strdup("true");
   application->hwacceleration = strdup("default");
   application->indicatordisplay = strdup("true");