diff options
author | Myungki Lee <mk5004.lee@samsung.com> | 2017-03-31 14:44:21 +0900 |
---|---|---|
committer | Myungki Lee <mk5004.lee@samsung.com> | 2017-03-31 14:44:21 +0900 |
commit | 79c3c233f0451b731587c5ffb7602126af594cd5 (patch) | |
tree | 7682399f8f02b3bd203ebcefbc47f9e3c544575a | |
parent | 7aafecd9211f301c095882e851ba219b49b33225 (diff) | |
download | notification-79c3c233f0451b731587c5ffb7602126af594cd5.tar.gz notification-79c3c233f0451b731587c5ffb7602126af594cd5.tar.bz2 notification-79c3c233f0451b731587c5ffb7602126af594cd5.zip |
Add missing element for notificaiton_clone api
- extension_image_size
Change-Id: I53efcc97360babdf919ac52952de5e5fe69e48b3
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
-rwxr-xr-x | src/notification.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/notification.c b/src/notification.c index babbefb..59a939d 100755 --- a/src/notification.c +++ b/src/notification.c @@ -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; |