discomfitor pushed a commit to branch efl-1.9.

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

commit 1c21b0d5ad7525908695a56b41d22a8f9e298b4e
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 bdac6d8..3d7a43f 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -2568,6 +2568,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