summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2016-05-25 15:09:56 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2016-05-25 15:11:11 +0900
commitba4dffee1b1ed31349b4165f1654046476b52585 (patch)
treece725723b1d735a97905621e952ef79865e6e834
parent87d9b1a3a4b4e57d321ab08e27adfebbadd87ecb (diff)
downloadwidget-service-ba4dffee1b1ed31349b4165f1654046476b52585.tar.gz
widget-service-ba4dffee1b1ed31349b4165f1654046476b52585.tar.bz2
widget-service-ba4dffee1b1ed31349b4165f1654046476b52585.zip
Support multiple widget viewer
- Set the appid of the widget viewer - Requires: [aul] https://review.tizen.org/gerrit/#/c/71111/ Change-Id: I182422ce96cac9f06ff0c11a273c17cb95271b9a Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--src/widget_instance.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget_instance.c b/src/widget_instance.c
index 787b25a..1dd1759 100644
--- a/src/widget_instance.c
+++ b/src/widget_instance.c
@@ -543,6 +543,7 @@ static int __send_aul_cmd(const char *widget_id, const char *instance_id, bundle
bundle_add_str(b, WIDGET_K_INSTANCE, instance_id);
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);