From: MyoungJune Park Date: Sat, 11 May 2013 10:57:34 +0000 (+0900) Subject: fixed the exceptional cases of ringtone path (RSA) X-Git-Tag: submit/tizen_2.1/20130514.052043^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da5592a6de6aaf3382495e83dbee1b6c0b7d7aa3;p=platform%2Fcore%2Fapi%2Fsystem-settings.git fixed the exceptional cases of ringtone path (RSA) - default ringtone vconf key isn't while there is in Private --- diff --git a/src/system_setting_platform.c b/src/system_setting_platform.c index 8b5d1a2..e53c5c1 100755 --- a/src/system_setting_platform.c +++ b/src/system_setting_platform.c @@ -72,7 +72,9 @@ int system_setting_get_incoming_call_ringtone(system_settings_key_e key, system_ if (is_load == 0) { *value = vconf_value; } else { // not zero on errro - *value = vconf_get_str(VCONFKEY_SETAPPL_CALL_RINGTONE_DEFAULT_PATH_STR); + //*value = vconf_get_str(VCONFKEY_SETAPPL_CALL_RINGTONE_DEFAULT_PATH_STR); + //*value = strdup("ERROR"); + return SYSTEM_SETTINGS_ERROR_IO_ERROR; } //*value = vconf_value;