fix bugs : N_SE-7636, 7646, 7699, 7705, 7706, 7800, 7847, 7882, 7925, 7957, 8000
authorHyejin Kim <hyejin0906.kim@samsung.com>
Tue, 28 Aug 2012 08:12:14 +0000 (17:12 +0900)
committerHyejin Kim <hyejin0906.kim@samsung.com>
Tue, 28 Aug 2012 08:12:14 +0000 (17:12 +0900)
setting-profile/src/setting-profile-sound-main.c

index 0108927..f1b1c94 100755 (executable)
@@ -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 */