Use common normal exit notify API 04/150604/2
authorHyunho Kang <hhstark.kang@samsung.com>
Wed, 28 Jun 2017 11:41:33 +0000 (20:41 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Thu, 21 Sep 2017 08:13:47 +0000 (08:13 +0000)
- 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>
src/base/widget_base.c

index 6f19ce9..8e74db9 100644 (file)
@@ -644,7 +644,7 @@ static void __multiwindow_exit(void *data)
 EXPORT_API int widget_base_exit(void)
 {
        appcore_multiwindow_base_exit();
-       aul_widget_notify_exit();
+       aul_notify_exit();
 
        return 0;
 }