Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-06-21 02:57:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-21 02:57:05 +0400
commit091c71619898c939c74f4d40e5116da4c4ee1085 (patch)
tree9bf09a448eb75b136fb655f8c679be179ddab39a /source/blender/editors/object/object_group.c
parentb84ee5ae7c877561f40c903c2aa83fb1031ab76a (diff)
correction to own commit - thanks Anthony Edlin for pointing out the error.
Diffstat (limited to 'source/blender/editors/object/object_group.c')
-rw-r--r--source/blender/editors/object/object_group.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/object/object_group.c b/source/blender/editors/object/object_group.c
index bb8c35f2dfa..48104c9274d 100644
--- a/source/blender/editors/object/object_group.c
+++ b/source/blender/editors/object/object_group.c
@@ -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);