summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);