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:
f64a6e0
)
Fix the wrong behavior of update_setting
45/106645/1
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
tizen_3.0.m2
accepted/tizen/3.0.m2/mobile/20170104.121821
accepted/tizen/3.0.m2/tv/20170104.122317
accepted/tizen/3.0.m2/wearable/20170104.122702
accepted/tizen/3.0/common/20161227.101508
accepted/tizen/3.0/ivi/20161226.025642
accepted/tizen/3.0/mobile/20161226.025612
accepted/tizen/3.0/tv/20161226.025627
accepted/tizen/3.0/wearable/20161226.025635
submit/tizen_3.0.m2/20170104.093749
submit/tizen_3.0/20161222.111552
author
Myungki Lee
<mk5004.lee@samsung.com>
Thu, 22 Dec 2016 09:09:36 +0000
(18:09 +0900)
committer
Myungki Lee
<mk5004.lee@samsung.com>
Thu, 22 Dec 2016 09:09:36 +0000
(18:09 +0900)
Change-Id: I5423d01fcab9d76c6be5233e6a591ec01953bee5
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
src/notification_ipc.c
patch
|
blob
|
history
diff --git
a/src/notification_ipc.c
b/src/notification_ipc.c
index c568ff1ac0fa0ead773f4a2756f71f9a7ca3f5ca..fd9389b3212d13590489001f765531d3ca929d4e 100755
(executable)
--- a/
src/notification_ipc.c
+++ b/
src/notification_ipc.c
@@
-1397,7
+1397,7
@@
int notification_ipc_update_setting(notification_setting_h setting, uid_t uid)
return result;
}
- body = g_variant_new("(ssiiiiii
i
)",
+ body = g_variant_new("(ssiiiiii)",
setting->package_name,
setting->appid,
(int)(setting->allow_to_notify),
@@
-1405,7
+1405,6
@@
int notification_ipc_update_setting(notification_setting_h setting, uid_t uid)
(int)(setting->visibility_class),
(int)(setting->pop_up_notification),
(int)(setting->lock_screen_content_level),
- (int)(setting->app_disabled),
uid);
result = _send_sync_noti(body, &reply, "update_noti_setting");