correction to own commit - thanks Anthony Edlin for pointing out the error.

This commit is contained in:
Campbell Barton 2012-06-20 22:57:05 +00:00
parent b84ee5ae7c
commit 091c716198

@ -255,9 +255,8 @@ static EnumPropertyItem *group_objects_remove_itemf(bContext *C, PointerRNA *UNU
/* item_tmp.icon = ICON_ARMATURE_DATA; */
item_tmp.value = i;
RNA_enum_item_add(&item, &totitem, &item_tmp);
i++;
}
i++;
}
RNA_enum_item_end(&item, &totitem);