From: Hyejin Kim Date: Tue, 28 Aug 2012 08:12:14 +0000 (+0900) Subject: fix bugs : N_SE-7636, 7646, 7699, 7705, 7706, 7800, 7847, 7882, 7925, 7957, 8000 X-Git-Tag: accepted/2.0alpha/20121023.233853~72^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=062f1913d6ffd9b4867cc01d14570e0612e8d64b;p=profile%2Fivi%2Fsettings.git fix bugs : N_SE-7636, 7646, 7699, 7705, 7706, 7800, 7847, 7882, 7925, 7957, 8000 --- diff --git a/setting-profile/src/setting-profile-sound-main.c b/setting-profile/src/setting-profile-sound-main.c index 0108927..f1b1c94 100755 --- a/setting-profile/src/setting-profile-sound-main.c +++ b/setting-profile/src/setting-profile-sound-main.c @@ -1480,7 +1480,7 @@ setting_profile_sound_main_mouse_up_Gendial_list_cb(void *data, } return; } - else if (!safeStrcmp("IDS_ST_BODY_TOUCH_SOUNDS", list_item->keyStr)) { + else if (!safeStrCmp("IDS_ST_BODY_TOUCH_SOUNDS", list_item->keyStr)) { int old_status = elm_check_state_get(list_item->eo_check); /* To do : set vconfkey for touch sounds */