mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
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:
parent
ecded5cb7c
commit
41c9528b4d
@ -1,3 +1,10 @@
|
||||
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)
|
||||
|
||||
2007-12-20 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/clutter-label.c:
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user