summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunghoon Park <jh9216.park@samsung.com>2016-12-05 21:56:36 +0900
committerJunghoon Park <jh9216.park@samsung.com>2016-12-05 21:56:36 +0900
commitc27f01f10c2f58c12b66831e11cb46f2d62843ff (patch)
tree48e09d35998c65048cc4ef3990a0ce44bd2bdec5
parent2d9e896a1195b0d2301358e7df91e90113016e06 (diff)
downloadwidget-service-accepted/tizen/3.0/tv/20161206.000518.tar.gz
widget-service-accepted/tizen/3.0/tv/20161206.000518.tar.bz2
widget-service-accepted/tizen/3.0/tv/20161206.000518.zip
Change-Id: I6d0dd3c6388c793221fc7084d37edff023dba727 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
-rw-r--r--src/widget_instance.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widget_instance.c b/src/widget_instance.c
index fe72f6a..f8aeaaa 100644
--- a/src/widget_instance.c
+++ b/src/widget_instance.c
@@ -315,7 +315,6 @@ static int __launch(const char *widget_id, const char *instance_id, bundle *extr
bundle_add_str(b, WIDGET_K_CLASS, classid);
bundle_add_str(b, AUL_K_WIDGET_VIEWER, viewer_appid);
- aul_svc_set_loader_id(b, 1);
aul_svc_set_operation(b, AUL_SVC_OPERATION_LAUNCH_WIDGET);
ret = aul_launch_app_async(appid, b);