fix N_SE-22344, fix volume issue
authorHyejin Kim <hyejin0906.kim@samsung.com>
Tue, 22 Jan 2013 06:51:15 +0000 (15:51 +0900)
committerHyejin Kim <hyejin0906.kim@samsung.com>
Tue, 22 Jan 2013 06:51:15 +0000 (15:51 +0900)
setting-profile/src/setting-profile.c

index 11644aa..15d4f65 100755 (executable)
@@ -468,10 +468,10 @@ static void *setting_profile_ug_on_create(ui_gadget_h ug,
        profileUG->evas = evas_object_evas_get(profileUG->win_main_layout);
 
        setting_retvm_if(profileUG->win_main_layout == NULL, NULL, "cannot get main window ");
-#if DISABLED_CODE
+
        //At present, there are only 4 types supported:RINGTONE,NOTIFICATION,SYSTEM,MEDIA
        sound_manager_set_volume_changed_cb(__sound_volume_changed_cb, profileUG);
-#endif
+
        setting_set_i18n(SETTING_PACKAGE, SETTING_LOCALEDIR);
 
        /* register view node table */