mirror of
https://github.com/brl/mutter.git
synced 2025-01-11 12:12:25 +00:00
[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:
parent
1c3d5a0e87
commit
d4e46bb893
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user