use correct enum variable (same value, though)

SVN revision: 49543
This commit is contained in:
Vincent Torri 2010-06-06 19:26:12 +00:00
parent 6d4813c518
commit 1a1410895c
1 changed files with 1 additions and 1 deletions

View 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;