mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
layoutmanager: Fix the child-widget property
We were setting the child-widget property to the parent. Oops.
This commit is contained in:
parent
e5d088208a
commit
865b29500c
@ -195,7 +195,7 @@ gtk_layout_manager_real_create_layout_child (GtkLayoutManager *manager,
|
||||
|
||||
return g_object_new (manager_class->layout_child_type,
|
||||
"layout-manager", manager,
|
||||
"child-widget", widget,
|
||||
"child-widget", child,
|
||||
NULL);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user