From: jinwang.an Date: Fri, 7 Jul 2017 05:16:21 +0000 (+0900) Subject: Fixed SETTING_INCOMING_CALL_PATH define. X-Git-Tag: submit/tizen/20170710.062847^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e95429c58408d005fb099f783066979fd0272b5;p=platform%2Fcore%2Fapi%2Fsystem-settings.git Fixed SETTING_INCOMING_CALL_PATH define. Change-Id: I913d8f449f0f6ceec3cd8c2ca0d67524d505aaf4 Signed-off-by: jinwang.an --- diff --git a/include/system_settings_private.h b/include/system_settings_private.h index 5c9e8c2..849bf3c 100644 --- a/include/system_settings_private.h +++ b/include/system_settings_private.h @@ -63,7 +63,7 @@ extern "C" #define SETTING_PROFILE_PATH "tizen.org/feature/profile" -#define SETTING_INCOMING_CALL_PATH "tizen.org/feature/systemsetting.incoming_call " +#define SETTING_INCOMING_CALL_PATH "tizen.org/feature/systemsetting.incoming_call" #define SETTING_HOME_SCREEN_PATH "tizen.org/feature/systemsetting.home_screen" #define SETTING_LOCK_SCREEN_PATH "tizen.org/feature/systemsetting.lock_screen" #define SETTING_NOTIFICATION_EMAIL_PATH "tizen.org/feature/systemsetting.notification_email"