From: seungha.son Date: Mon, 4 Jul 2016 01:28:02 +0000 (+0900) Subject: Add uid clone for notification_clone() X-Git-Tag: submit/tizen/20160706.043533~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F92%2F77992%2F1;p=platform%2Fcore%2Fapi%2Fnotification.git Add uid clone for notification_clone() Signed-off-by: seungha.son Change-Id: I68a3948086eba0fe7ee2dbe27e4266db23bf05a9 --- 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;