tests: Fix child_type test

The test passed, but the XML produced an error when loaded by GtkBuilder.
This commit is contained in:
James Westman 2022-03-16 15:47:59 -05:00
parent 31165b286a
commit b7dd4318b6
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ Window {
}
Dialog {
[internal-child context_area]
[internal-child content_area]
Box {
}
}

View file

@ -7,7 +7,7 @@
</child>
</object>
<object class="GtkDialog">
<child internal-child="context_area">
<child internal-child="content_area">
<object class="GtkBox"></object>
</child>
</object>