Modify nodisplay value of widget-application 14/76714/3 accepted/tizen/common/20160703.125742 accepted/tizen/ivi/20160629.015654 accepted/tizen/mobile/20160629.015613 accepted/tizen/tv/20160629.015725 accepted/tizen/wearable/20160629.015531 submit/tizen/20160627.042541 submit/tizen_common/20160701.180000
authorJongHeon Choi <j-h.choi@samsung.com>
Mon, 27 Jun 2016 04:26:44 +0000 (13:26 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Mon, 27 Jun 2016 08:44:37 +0000 (01:44 -0700)
Change-Id: I1cc298f5761d9bdd0b446a7cc06a937244f83187

src/wgt/step/configuration/step_parse.cc

index 602df3f..df06790 100644 (file)
@@ -388,7 +388,7 @@ bool StepParse::FillWidgetApplicationInfo(manifest_x* manifest) {
         strdup((context_->root_application_path.get() / manifest->package
                 / "bin" / application->appid).c_str());
     application->type = strdup("webapp");
-    application->nodisplay = strdup("false");
+    application->nodisplay = strdup("true");
     application->taskmanage = strdup("false");
     SetApplicationXDefaults(application);
     application->ambient_support = strdup("false");