summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunho Kang <hhstark.kang@samsung.com>2017-06-28 20:41:33 +0900
committerHyunho Kang <hhstark.kang@samsung.com>2017-06-28 12:20:08 +0000
commite4c76a4930252928b0d183fc6aac09282e9d46d4 (patch)
tree10aec2b06b067624a258dee385c7d7499a8ad209
parent92bdc56b4dbe0d4a75c692a6d1a68344c0db9580 (diff)
downloadappcore-widget-e4c76a4930252928b0d183fc6aac09282e9d46d4.tar.gz
appcore-widget-e4c76a4930252928b0d183fc6aac09282e9d46d4.tar.bz2
appcore-widget-e4c76a4930252928b0d183fc6aac09282e9d46d4.zip
- aul_notify_exit 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: I92863ca2c88e8ac552012a5b5c4ae4f190833029 Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
-rwxr-xr-xsrc/widget_app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget_app.c b/src/widget_app.c
index 8790457..3d3fc87 100755
--- a/src/widget_app.c
+++ b/src/widget_app.c
@@ -1248,7 +1248,7 @@ EXPORT_API int widget_app_exit(void)
exit_called = 1;
elm_exit();
- aul_widget_notify_exit();
+ aul_notify_exit();
return WIDGET_ERROR_NONE;
}