rimmed pushed a commit to branch master.

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

commit 6289348fd8b26e90e9e316c6fdc4737a617dec28
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Wed Mar 16 08:05:36 2016 +0200

    sound_property: changing according to the renaming of the eo_add() current
    
    Follow the white rabbit.
    
    Change-Id: I497f66c627176814dda937ae9bbfefc116b9aae1
---
 src/bin/ui/property_sound.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/property_sound.c b/src/bin/ui/property_sound.c
index 5255d5f..f8c0324 100644
--- a/src/bin/ui/property_sound.c
+++ b/src/bin/ui/property_sound.c
@@ -305,7 +305,7 @@ _tone_play(Sound_Prop_Data *edit)
 
    if (!edit->io.out)
      edit->io.out = eo_add(ECORE_AUDIO_OUT_PULSE_CLASS, NULL,
-                           eo_event_callback_add(eoid, 
ECORE_AUDIO_OUT_PULSE_EVENT_CONTEXT_FAIL,
+                           eo_event_callback_add(eo_self, 
ECORE_AUDIO_OUT_PULSE_EVENT_CONTEXT_FAIL,
                                                  _out_fail, NULL));
 
    ret = ecore_audio_obj_out_input_attach(edit->io.out, edit->io.in);

-- 


Reply via email to