nikawhite pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a96bf53c21395edb28610b5d8d44c49da8fae959

commit a96bf53c21395edb28610b5d8d44c49da8fae959
Author: Mykyta Biliavskyi <m.biliavs...@samsung.com>
Date:   Wed Dec 30 16:03:30 2015 +0900

    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
---
 src/bin/edje/edje_cc_handlers.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c
index a5178c4..007a930 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -1296,6 +1296,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},

-- 


Reply via email to