summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunho Kang <hhstark.kang@samsung.com>2017-06-28 21:16:12 +0900
committerHyunho Kang <hhstark.kang@samsung.com>2017-06-28 12:19:59 +0000
commit488438e706f0fd5696a2e2ca263b5dc6a82e8a1a (patch)
tree0cefff402632229b911c128626b958f1e7f0668d
parentb7eb5e9dce42a93b5a7a882a1ce35bf2824dbaa2 (diff)
downloadwidget-service-488438e706f0fd5696a2e2ca263b5dc6a82e8a1a.tar.gz
widget-service-488438e706f0fd5696a2e2ca263b5dc6a82e8a1a.tar.bz2
widget-service-488438e706f0fd5696a2e2ca263b5dc6a82e8a1a.zip
- AUL_K_IS_FAULT https://review.tizen.org/gerrit/#/c/136199/ (amd) https://review.tizen.org/gerrit/#/c/136200/ (aul-1) https://review.tizen.org/gerrit/#/c/136201/ (appcore-widget) https://review.tizen.org/gerrit/#/c/136209/ (widget-service) Change-Id: Ia7bc342792338c89d5cc4e9c05a4d98b1d5e4b99 Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
-rw-r--r--src/widget_instance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget_instance.c b/src/widget_instance.c
index d9b169f..dcbdaf2 100644
--- a/src/widget_instance.c
+++ b/src/widget_instance.c
@@ -698,7 +698,7 @@ static int __status_handler(const char *endpoint, aul_app_com_result_e e, bundle
bundle_get_byte(envelope, AUL_K_WIDGET_STATUS, (void **)&status, &status_sz);
bundle_get_str(envelope, AUL_K_COM_SENDER_PID, &sender_pid_str);
bundle_get_str(envelope, AUL_K_PKGID, &sender_pkgid);
- bundle_get_str(envelope, AUL_K_WIDGET_FAULT, &is_faulted);
+ bundle_get_str(envelope, AUL_K_IS_FAULT, &is_faulted);
if (widget_id == NULL || status == NULL) {
_E("undefined class or instance %s of %s", instance_id, widget_id);