Add uid clone for notification_clone() 92/77992/1
authorseungha.son <seungha.son@samsung.com>
Mon, 4 Jul 2016 01:28:02 +0000 (10:28 +0900)
committerseungha.son <seungha.son@samsung.com>
Mon, 4 Jul 2016 01:30:10 +0000 (10:30 +0900)
Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: I68a3948086eba0fe7ee2dbe27e4266db23bf05a9

src/notification.c

index f48e6b3..eb5a6eb 100755 (executable)
@@ -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;