From 13c5e0b6bb87ced7b2b03f9b13348f253b8e8b20 Mon Sep 17 00:00:00 2001 From: caro Date: Sun, 6 Jun 2010 19:26:12 +0000 Subject: [PATCH] use correct enum variable (same value, though) git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@49543 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/edje_cc_handlers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/edje_cc_handlers.c b/src/bin/edje_cc_handlers.c index 33c4509..3e7d9fd 100644 --- a/src/bin/edje_cc_handlers.c +++ b/src/bin/edje_cc_handlers.c @@ -2870,7 +2870,7 @@ static void ob_collections_group_parts_part_box_items_item(void) item->weight.y = FROM_DOUBLE(0.0); item->aspect.w = 0; item->aspect.h = 0; - item->aspect.mode = EDJE_ASPECT_PREFER_NONE; + item->aspect.mode = EDJE_ASPECT_CONTROL_NONE; item->options = NULL; item->col = -1; item->row = -1; -- 2.7.4