rimmed pushed a commit to branch eflete-1.18.

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

commit 5c8f105afb444706b94338253776ba7fe4b04307
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Tue Aug 30 11:47:15 2016 +0300

    Revert "update according the change in efl about eo naming."
    
    This reverts commit d1ce5fa0e2f46fe54d9bbd200289f0341192707e.
---
 src/bin/ui/editors/animator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/editors/animator.c b/src/bin/ui/editors/animator.c
index 7670126..26fd9a5 100644
--- a/src/bin/ui/editors/animator.c
+++ b/src/bin/ui/editors/animator.c
@@ -364,7 +364,7 @@ _on_bt_prog_add(void *data,
    animator->popup.name_validator = elm_validator_regexp_new(NAME_REGEX, NULL);
    LAYOUT_PROP_ADD(animator->popup.popup, _("Frequency:"), "property", 
"1swallow")
    ENTRY_ADD(item, animator->popup.entry, true)
-   efl_event_callback_add(animator->popup.entry, ELM_ENTRY_EVENT_VALIDATE, 
elm_validator_regexp_helper, animator->popup.name_validator);
+   eo_event_callback_add(animator->popup.entry, ELM_ENTRY_EVENT_VALIDATE, 
elm_validator_regexp_helper, animator->popup.name_validator);
    evas_object_smart_callback_add(animator->popup.entry, "changed", 
_validation, animator);
    elm_object_part_content_set(item, "elm.swallow.content", 
animator->popup.entry);
 

-- 


Reply via email to