summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseungha.son <seungha.son@samsung.com>2016-09-23 17:37:18 +0900
committerseungha.son <seungha.son@samsung.com>2016-09-23 17:40:25 +0900
commit0a7c43446c0a5429a94bbaf979ee4c3a2a8c237c (patch)
tree7b5ea24ceff38f47b545d00077ae52c4053d0c0e
parent112fcd8998329ca502bcf989219cf47a3eeca0c9 (diff)
downloadnotification-0a7c43446c0a5429a94bbaf979ee4c3a2a8c237c.tar.gz
notification-0a7c43446c0a5429a94bbaf979ee4c3a2a8c237c.tar.bz2
notification-0a7c43446c0a5429a94bbaf979ee4c3a2a8c237c.zip
Fix wrong notification handle initialization
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: I70db7c704c91cfff986a0b84aea501664c0c8b1d
-rwxr-xr-xsrc/notification.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notification.c b/src/notification.c
index ccb3b62..3093a4e 100755
--- a/src/notification.c
+++ b/src/notification.c
@@ -1429,7 +1429,7 @@ static notification_h _notification_create(notification_type_e type)
noti->auto_remove = true;
noti->ongoing_flag = false;
noti->default_button_index = 0;
- noti->type = NOTIFICATION_ONGOING_VALUE_TYPE_PERCENT;
+ noti->ongoing_value_type = NOTIFICATION_ONGOING_VALUE_TYPE_PERCENT;
noti->timeout = 0;
noti->event_flag = false;