fix N_SE-11306
authorHyejin Kim <hyejin0906.kim@samsung.com>
Mon, 22 Oct 2012 06:11:52 +0000 (15:11 +0900)
committerHyejin Kim <hyejin0906.kim@samsung.com>
Tue, 23 Oct 2012 05:46:01 +0000 (14:46 +0900)
Change-Id: Iaa6ef67c66c2874a7abe8c547b535f860417ff95

setting-profile/src/setting-profile.c

index 1d8e1a0..91dc6d5 100755 (executable)
@@ -209,6 +209,7 @@ static void setting_profile_vconf_change_cb(keynode_t *key, void *data)
                status = vconf_keynode_get_bool(key);
                SETTING_TRACE_DEBUG("sound status is changed. %d", status);
                elm_check_state_set(ad->data_sound->eo_check, status);
+               ad->data_sound->chk_status = status;
                if(status)
                {
                        setting_enable_genlist_item(ad->data_call_volume->item);
@@ -228,6 +229,7 @@ static void setting_profile_vconf_change_cb(keynode_t *key, void *data)
                status = vconf_keynode_get_bool(key);
                SETTING_TRACE_DEBUG("vibration status is changed. %d", status);
                elm_check_state_set(ad->data_vibration->eo_check, status);
+               ad->data_vibration->chk_status = status;
                if(status)
                {
                        setting_enable_genlist_item(ad->data_vib_volume->item);