From 062f1913d6ffd9b4867cc01d14570e0612e8d64b Mon Sep 17 00:00:00 2001 From: Hyejin Kim Date: Tue, 28 Aug 2012 17:12:14 +0900 Subject: [PATCH] fix bugs : N_SE-7636, 7646, 7699, 7705, 7706, 7800, 7847, 7882, 7925, 7957, 8000 --- setting-profile/src/setting-profile-sound-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.7.4