discomfitor pushed a commit to branch master.

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

commit edf825fd07dc6a2d3aa6e023ff364c2cc9161def
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Thu Mar 20 14:58:57 2014 -0400

    edje_cc no longer fails on collections.group{}
    
    @fix
---
 src/bin/edje/edje_cc_handlers.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c
index c1cfa5c..d6f8ec1 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -2704,6 +2704,8 @@ ob_collections_group(void)
    current_de = mem_alloc(SZ(Edje_Part_Collection_Directory_Entry));
    current_de->id = eina_list_count(edje_collections);
 
+   if (!edje_collections_lookup)
+     ob_collections();
    eina_hash_add(edje_collections_lookup, &current_de->id, current_de);
 
    pc = mem_alloc(SZ(Edje_Part_Collection_Parser));

-- 


Reply via email to