2007-12-20 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-container.c: (clutter_container_lower_child): Fix interface method call to actually call ClutterContainer::lower. (#670, Gwenole Beauchesne)
This commit is contained in:
@ -464,7 +464,7 @@ clutter_container_lower_child (ClutterContainer *container,
|
||||
return;
|
||||
}
|
||||
|
||||
CLUTTER_CONTAINER_GET_IFACE (container)->raise (container, actor, sibling);
|
||||
CLUTTER_CONTAINER_GET_IFACE (container)->lower (container, actor, sibling);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user