Add missing element for notificaiton_clone api 43/122343/1
authorMyungki Lee <mk5004.lee@samsung.com>
Fri, 31 Mar 2017 05:44:21 +0000 (14:44 +0900)
committerMyungki Lee <mk5004.lee@samsung.com>
Fri, 31 Mar 2017 05:44:21 +0000 (14:44 +0900)
- extension_image_size

Change-Id: I53efcc97360babdf919ac52952de5e5fe69e48b3
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
src/notification.c

index babbefb..59a939d 100755 (executable)
@@ -1647,6 +1647,7 @@ EXPORT_API int notification_clone(notification_h noti, notification_h *clone)
        new_noti->delete_timeout = noti->delete_timeout;
        new_noti->text_input_max_length = noti->text_input_max_length;
        new_noti->event_flag = noti->event_flag;
+       new_noti->extension_image_size = noti->extension_image_size;
        new_noti->uid = noti->uid;
 
        new_noti->app_icon_path = NULL;