layoutmanager: Fix the child-widget property
We were setting the child-widget property to the parent. Oops.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user