From 7adb5f460d6149a29cba09525b9633c52d760e90 Mon Sep 17 00:00:00 2001 From: "jin0.kim" Date: Wed, 1 Jun 2016 10:47:35 +0830 Subject: [PATCH] Fixed TSAM-4237/TSAM-3943 (Message Active Notification Call button does not work) Change-Id: I8dc88311c859a6859df45e57d40e3129faf127c8 --- daemon/notifications/activenoti.c | 2 +- data/quickpanel.xml.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/notifications/activenoti.c b/daemon/notifications/activenoti.c index 85ce93b..1fa4762 100755 --- a/daemon/notifications/activenoti.c +++ b/daemon/notifications/activenoti.c @@ -939,7 +939,7 @@ static void _button_press_cb(void *data, Evas_Object *obj, const char *emission, int ret = APP_CONTROL_ERROR_NONE; ret = app_control_send_launch_request(app_control, NULL, NULL); - DBG("app_control_send_launch_request return [%s]", ret); + DBG("app_control_send_launch_request return [%d]", ret); _activenoti_hide(NULL, 1); } diff --git a/data/quickpanel.xml.in b/data/quickpanel.xml.in index 56a3ece..a0eeb3d 100755 --- a/data/quickpanel.xml.in +++ b/data/quickpanel.xml.in @@ -28,5 +28,6 @@ http://tizen.org/privilege/led http://tizen.org/privilege/keygrab http://tizen.org/privilege/window.priority.set + http://tizen.org/privilege/call -- 2.7.4