use correct enum variable (same value, though)
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 6 Jun 2010 19:26:12 +0000 (19:26 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 6 Jun 2010 19:26:12 +0000 (19:26 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49543 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_cc_handlers.c

index 33c4509..3e7d9fd 100644 (file)
@@ -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;