mu: Make mu_container_splice_grandchildren() do only one thing
Don't kill the resultant childless container when promoting its children. This unifies the behavior of mu_container_splice_*() functions.
This commit is contained in:
@ -140,7 +140,7 @@ MuContainer* mu_container_splice_children (MuContainer *c,
|
||||
MuContainer *sibling);
|
||||
|
||||
/**
|
||||
* promote child's children to be parent's children and remove child
|
||||
* promote child's children to be parent's children
|
||||
*
|
||||
* @param parent a container instance
|
||||
* @param child a child of this container
|
||||
|
||||
Reference in New Issue
Block a user