From 176070eceeeeb8633f8ecc785bd211b80bf8d9f9 Mon Sep 17 00:00:00 2001 From: "seungha.son" Date: Mon, 4 Jul 2016 10:28:02 +0900 Subject: [PATCH] Add uid clone for notification_clone() Signed-off-by: seungha.son Change-Id: I68a3948086eba0fe7ee2dbe27e4266db23bf05a9 --- src/notification.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/notification.c b/src/notification.c index f48e6b3..eb5a6eb 100755 --- a/src/notification.c +++ b/src/notification.c @@ -1742,6 +1742,7 @@ EXPORT_API int notification_clone(notification_h noti, notification_h *clone) new_noti->ongoing_flag = noti->ongoing_flag; new_noti->auto_remove = noti->auto_remove; + new_noti->uid = noti->uid; new_noti->app_icon_path = NULL; new_noti->app_name = NULL; -- 2.7.4