Outliner, Group view, operation menu "unlink group" also set the group user
counter to zero, which it should not do.
Note; the definition of this command is to make sure no users exist of this
group, but the group itself can still be there with objects.
This commit is contained in:
Ton Roosendaal 2006-04-05 17:21:24 +00:00
parent 1772b62d22
commit de44e6c29e

@ -1808,7 +1808,6 @@ static void unlink_group_cb(TreeElement *te, TreeStoreElem *tsep, TreeStoreElem
}
else {
unlink_group(group);
group->id.us= 0;
}
}