Change the cooldown release param to "ReleaseAction" 26/147426/1 submit/tizen/20170905.093910
authorsinikang <sinikang@samsung.com>
Mon, 4 Sep 2017 09:02:45 +0000 (18:02 +0900)
committersinikang <sinikang@samsung.com>
Mon, 4 Sep 2017 09:02:45 +0000 (18:02 +0900)
as per the request by deviced,
the param to check cooldown release status
change from Release to ReleaseAction

Change-Id: I29d125d792eae387fd257fb34e0092bee1c38ce2

module/src/callmgr-cooldown.c
packaging/call-manager.spec

index 20c32b1483aede588b944a2da608bb69e32a5ec7..e2d6ae905b9f79aae609c9268d3e62cefd73fd90 100644 (file)
@@ -53,7 +53,7 @@ static void __callmgr_cooldown_subscribe_cooldown_signal_cb(GDBusConnection *con
                        if (strncasecmp(cooldown_string, "LimitAction", strlen("LimitAction")) == 0) {
                                handle->cooldown_status = CALLMGR_COOLDOWN_STATUS_LIMIT;
                                handle->event_cb(CALLMGR_COOLDOWN_EVENT_LIMIT_ACTION, NULL, handle->user_data);
-                       } else if (strncasecmp(cooldown_string, "Release", strlen("Release")) == 0) {
+                       } else if (strncasecmp(cooldown_string, "ReleaseAction", strlen("ReleaseAction")) == 0) {
                                handle->cooldown_status = CALLMGR_COOLDOWN_STATUS_RELEASE;
                        }
                } else {
index 31b1bd506dbdbeea976093835100ea90deeae96c..300beac43db557ad9d3acbac6cff56bba659f576 100644 (file)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 2
-%define patchlevel 30
+%define patchlevel 31
 %define ext_feature 0
 
 Name:           call-manager