From db433d637da11f6c0088f0e61661f7948240b85a Mon Sep 17 00:00:00 2001 From: lokilee73 Date: Wed, 7 Dec 2016 10:26:48 +0900 Subject: [PATCH] remove BatteryLowNotiOff to unify low battery noti off to BatteryLowCriticalNotiOff Change-Id: I7c43d1c17bc616d6008a246bcf10f954f26057da Signed-off-by: lokilee73 --- src/launcher/launcher.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/launcher/launcher.c b/src/launcher/launcher.c index 9d7607f..6276388 100755 --- a/src/launcher/launcher.c +++ b/src/launcher/launcher.c @@ -257,9 +257,8 @@ dbus_noti_methods[] = { { "BatteryFullNotiOff" , "i" , "i" , noti_off }, { "BatteryChargeNotiOn" , NULL , "i" , battery_charge_noti_on }, { "BatteryLowNotiOn" , NULL , "i" , battery_low_noti_on }, - { "BatteryLowNotiOff" , "i" , "i" , noti_off }, { "BatteryCriticalNotiOn" , NULL , "i" , battery_critical_noti_on }, - { "BatteryCriticalNotiOff" , "i" , "i" , noti_off }, + { "BatteryLowCriticalNotiOff" , "i" , "i" , noti_off }, /* Battery Active noti*/ { "BatteryLowActNotiOn" , NULL , "i" , battery_low_actnoti_on }, { "BatteryCriticalActNotiOn" , NULL , "i" , battery_critical_actnoti_on }, -- 2.7.4