projects
/
platform
/
core
/
api
/
notification.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
112fcd8
)
Fix wrong notification handle initialization
80/89380/1
author
seungha.son
<seungha.son@samsung.com>
Fri, 23 Sep 2016 08:37:18 +0000
(17:37 +0900)
committer
seungha.son
<seungha.son@samsung.com>
Fri, 23 Sep 2016 08:40:25 +0000
(17:40 +0900)
Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: I70db7c704c91cfff986a0b84aea501664c0c8b1d
src/notification.c
patch
|
blob
|
history
diff --git
a/src/notification.c
b/src/notification.c
index ccb3b62c413368572be1af505a819910c32be353..3093a4e3d8da2c13143af5bd6e936cc77eb3c998 100755
(executable)
--- 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;