summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaehyeon Jung <darrenh.jung@samsung.com>2016-03-30 05:01:43 -0700
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2016-03-30 05:01:43 -0700
commit0bf47fc7452db614978b9aeef1d9f0348c82d88e (patch)
tree7fb148aa264ab8ca6fc45b622659d29ba0d791da
parentf30be40feab36fabed385d8e009b3672366e4551 (diff)
parente29b230fcd59f77958387e6489b5a8222deac772 (diff)
downloadwidget-service-0bf47fc7452db614978b9aeef1d9f0348c82d88e.tar.gz
widget-service-0bf47fc7452db614978b9aeef1d9f0348c82d88e.tar.bz2
widget-service-0bf47fc7452db614978b9aeef1d9f0348c82d88e.zip
-rw-r--r--src/widget_instance.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widget_instance.c b/src/widget_instance.c
index 12b188e..83d555d 100644
--- a/src/widget_instance.c
+++ b/src/widget_instance.c
@@ -620,6 +620,7 @@ EAPI int widget_instance_launch(const char *widget_id, const char *instance_id,
snprintf(pid_buf, sizeof(pid_buf), "%d", getpid());
bundle_add_str(b, WIDGET_K_CALLER, pid_buf);
+ bundle_add_str(b, WIDGET_K_ENDPOINT, viewer_appid);
bundle_add_str(b, AUL_K_WAYLAND_DISPLAY, wayland_display);
bundle_add_str(b, AUL_K_WAYLAND_WORKING_DIR, xdg_runtime_dir);
bundle_add_str(b, WIDGET_K_OPERATION, "create");
@@ -724,6 +725,8 @@ static int __widget_handler(const char *viewer_id, aul_app_com_result_e e, bundl
return 0;
}
+ _D("update status %s on %d", instance_id, *status);
+
instance = __pick_instance(widget_id, instance_id);
if (instance == NULL) {