cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9eb1093424692b294be4bc2f2807073c71b622ea
commit 9eb1093424692b294be4bc2f2807073c71b622ea Author: Maksym Volodin <[email protected]> Date: Sat Oct 18 13:48:45 2014 +0200 edje: Edje_Edit - add state alloc for PROXY part. Summary: To allow edje_edit_state_add work properly for PROXY part, EDIT_ALLOC_POOL for PROXY is added. @fix Reviewers: Hermet, seoz, cedric Reviewed By: cedric Subscribers: cedric, reutskiy.v.v Differential Revision: https://phab.enlightenment.org/D1545 Signed-off-by: Cedric BAIL <[email protected]> --- src/lib/edje/edje_edit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/edje/edje_edit.c b/src/lib/edje/edje_edit.c index 5a3c8ae..b117480 100644 --- a/src/lib/edje/edje_edit.c +++ b/src/lib/edje/edje_edit.c @@ -4788,6 +4788,7 @@ _edje_edit_state_alloc(int type, Edje *ed) } EDIT_ALLOC_POOL(IMAGE, Image, image); + EDIT_ALLOC_POOL(PROXY, Proxy, proxy); EDIT_ALLOC_POOL(TEXT, Text, text); EDIT_ALLOC_POOL(TEXTBLOCK, Text, text); EDIT_ALLOC_POOL(BOX, Box, box); --
