rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=b279f62e2ffbcec12f351f232aca01243853a3d7

commit b279f62e2ffbcec12f351f232aca01243853a3d7
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Wed Jul 13 15:09:52 2016 +0300

    sound_manager: fix little typo
    
    no more sigsev on tone deletion!
    
    @fix
---
 src/bin/ui/sound_manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/sound_manager.c b/src/bin/ui/sound_manager.c
index dda4500..ab4fd11 100644
--- a/src/bin/ui/sound_manager.c
+++ b/src/bin/ui/sound_manager.c
@@ -431,7 +431,7 @@ _sound_del_cb(void *data __UNUSED__,
               break;
            case SOUND_TYPE_TONE:
               request.name = snd->name;
-              request.resource_type = RESOURCE_TYPE_SOUND;
+              request.resource_type = RESOURCE_TYPE_TONE;
               res = (External_Resource *)resource_get(ap.project->tones, 
&request);
               if (res->used_in) ERR("Unable to delete tone '%s'", res->name);
               edje_edit_sound_tone_del(ap.project->global_object, snd->name);

-- 


Reply via email to