box: Let pack_at() create the ChildMeta, if any
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 25 Feb 2010 12:45:02 +0000 (12:45 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 25 Feb 2010 12:55:12 +0000 (12:55 +0000)
commit4bc4c604e926b07af9ef4c02fd5f000fc939259b
tree7bbede28d270cb0ea07c8bcb3855c74695a60d6d
parent543e2d3f0609864cebb1f1eaf258108abab50770
box: Let pack_at() create the ChildMeta, if any

A sub-class of ClutterBox might add ChildMeta support, and since
pack_at() does not go through clutter_container_add_actor(), we
need to manually call the create_child_meta() ourselves.
clutter/clutter-box.c