fix TDIS-3163
authorHyejin Kim <hyejin0906.kim@samsung.com>
Sat, 26 Jan 2013 05:40:44 +0000 (14:40 +0900)
committerHyejin Kim <hyejin0906.kim@samsung.com>
Sat, 26 Jan 2013 05:47:23 +0000 (14:47 +0900)
setting-profile/src/setting-profile.c

index 15d4f65..7c6fdbe 100755 (executable)
@@ -599,10 +599,10 @@ static void setting_profile_ug_on_destroy(ui_gadget_h ug, service_h service, voi
        setting_profile_unlisten_vconf_change(profileUG);
        evas_object_event_callback_del(profileUG->win_main_layout, EVAS_CALLBACK_RESIZE, setting_profile_ug_cb_resize); /* fix flash issue for gallery */
        profileUG->ug = ug;
-#if DISABLED_CODE
+
        //At present, there are only 4 types supported:RINGTONE,NOTIFICATION,SYSTEM,MEDIA
        sound_manager_unset_volume_changed_cb();
-#endif
+
 
        int ret = haptic_close(profileUG->hnd_hpt);
        if (ret != 0) {