From cc6552c22b654c5b474a7359e7aba9689ed84000 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 15 Dec 2011 09:37:50 +0000 Subject: [PATCH] edje: declare limits as an object for the parser. SVN revision: 66245 --- legacy/edje/src/bin/edje_cc_handlers.c | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/edje/src/bin/edje_cc_handlers.c b/legacy/edje/src/bin/edje_cc_handlers.c index 530c8ae78d..1df3be7a06 100644 --- a/legacy/edje/src/bin/edje_cc_handlers.c +++ b/legacy/edje/src/bin/edje_cc_handlers.c @@ -679,6 +679,7 @@ New_Object_Handler object_handlers[] = {"collections.group.sounds.sample", NULL}, /* dup */ {"collections.group", ob_collections_group}, {"collections.group.data", NULL}, + {"collections.group.limits", NULL}, {"collections.group.script", ob_collections_group_script}, {"collections.group.lua_script", ob_collections_group_lua_script}, {"collections.group.externals", NULL}, /* dup */