[container] set the child meta qdata on the child, not the container
Set child meta qdata on the child and not the container, since the child is the object that owns the data.
This commit is contained in:
@ -734,7 +734,7 @@ create_child_meta (ClutterContainer *container,
|
||||
"actor", actor,
|
||||
NULL);
|
||||
|
||||
g_object_set_qdata_full (G_OBJECT (container), quark_child_meta,
|
||||
g_object_set_qdata_full (G_OBJECT (actor), quark_child_meta,
|
||||
child_meta,
|
||||
(GDestroyNotify) g_object_unref);
|
||||
}
|
||||
|
Reference in New Issue
Block a user