rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=177423346b10e843ecbc83e1c2a977a2cd66a74a
commit 177423346b10e843ecbc83e1c2a977a2cd66a74a Author: Vyacheslav Reutskiy <[email protected]> Date: Wed Apr 13 05:40:06 2016 +0000 validator: change the eo event member accourdingly to chages in efl Follow to the white rabbit. Change-Id: I40347a2061c39304ee7c8894fe733347f706f6f1 --- src/bin/common/validator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/common/validator.c b/src/bin/common/validator.c index 0804a8b..5875c83 100644 --- a/src/bin/common/validator.c +++ b/src/bin/common/validator.c @@ -84,7 +84,7 @@ Eina_Bool resource_name_validator_helper(void *data, const Eo_Event *event) { Resource *res; - Elm_Validate_Content *vc = event->event_info; + Elm_Validate_Content *vc = event->info; Resource_Name_Validator *validator = (Resource_Name_Validator *)data; assert(validator != NULL); --
