From: Mykyta Biliavskyi Date: Wed, 30 Dec 2015 07:03:30 +0000 (+0900) Subject: Edje_cc: support braces for description.proxy attribute. X-Git-Tag: accepted/tizen/unified/20170711.181154~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01696b5216b0fa5559ce1b171dd9bdfd4198cd44;p=platform%2Fupstream%2Fefl.git Edje_cc: support braces for description.proxy attribute. Fix parsing Group.Parts.Part.Description.Proxy block in cases when uses braces: part { type: PROXY; description { .. proxy { source_clip: 1; source_visible: 1; } .. } } @fix Change-Id: I81eec472f745c454ed5c635acab5cdc63f0e8940 --- diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index 1fc20d4..9ef57d8 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c @@ -1335,6 +1335,7 @@ New_Object_Handler object_handlers[] = {"collections.group.parts.part.description.texture", ob_collections_group_parts_part_description_texture}, {"collections.group.parts.part.description.mesh", NULL}, {"collections.group.parts.part.description.filter", NULL}, + {"collections.group.parts.part.description.proxy", NULL}, #ifdef HAVE_EPHYSICS {"collections.group.parts.part.description.physics", NULL}, {"collections.group.parts.part.description.physics.movement_freedom", NULL},