Add attribute 'id' on app-control element 82/198182/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 22 Jan 2019 06:56:26 +0000 (15:56 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 22 Jan 2019 06:57:28 +0000 (15:57 +0900)
Change-Id: I0b9bacb23ecdc062b76a6e71150d339acfc7de3f
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/wgt/step/configuration/step_parse.cc

index 58b5baf..ec94a82 100644 (file)
@@ -626,6 +626,7 @@ bool StepParse::FillAppControl(manifest_x* manifest) {
       app_control->mime = strdup(control.mime().c_str());
       app_control->uri = strdup(control.uri().c_str());
       app_control->visibility = strdup("local-only");
+      app_control->id = strdup("no-name-app-control");
       app->appcontrol = g_list_append(app->appcontrol, app_control);
     }
   }