From: seungha.son Date: Fri, 23 Sep 2016 08:37:18 +0000 (+0900) Subject: Fix wrong notification handle initialization X-Git-Tag: submit/tizen/20160926.012336~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a7c43446c0a5429a94bbaf979ee4c3a2a8c237c;p=platform%2Fcore%2Fapi%2Fnotification.git Fix wrong notification handle initialization Signed-off-by: seungha.son Change-Id: I70db7c704c91cfff986a0b84aea501664c0c8b1d --- diff --git a/src/notification.c b/src/notification.c index ccb3b62c..3093a4e3 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;