mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
builder-tool: Fix rewriting GtkPaned
The properties have been renamed in bc6643f3c2
.
This commit is contained in:
parent
d74c2a74e5
commit
ac20c9cd41
@ -1266,10 +1266,10 @@ rewrite_paned (Element *element,
|
||||
}
|
||||
|
||||
if (child1)
|
||||
rewrite_paned_child (element, data, child1, "child1");
|
||||
rewrite_paned_child (element, data, child1, "start-child");
|
||||
|
||||
if (child2)
|
||||
rewrite_paned_child (element, data, child2, "child2");
|
||||
rewrite_paned_child (element, data, child2, "end-child");
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user