From: Junghoon Park Date: Mon, 5 Dec 2016 12:56:36 +0000 (+0900) Subject: Use launchpad-loader for launching widget apps X-Git-Tag: submit/tizen_3.0/20161205.131352^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c27f01f10c2f58c12b66831e11cb46f2d62843ff;p=platform%2Fcore%2Fappfw%2Fwidget-service.git Use launchpad-loader for launching widget apps Change-Id: I6d0dd3c6388c793221fc7084d37edff023dba727 Signed-off-by: Junghoon Park --- 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);