mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
tests: Fix child_type test
The test passed, but the XML produced an error when loaded by GtkBuilder.
This commit is contained in:
parent
31165b286a
commit
b7dd4318b6
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ Window {
|
||||||
}
|
}
|
||||||
|
|
||||||
Dialog {
|
Dialog {
|
||||||
[internal-child context_area]
|
[internal-child content_area]
|
||||||
Box {
|
Box {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
<object class="GtkDialog">
|
<object class="GtkDialog">
|
||||||
<child internal-child="context_area">
|
<child internal-child="content_area">
|
||||||
<object class="GtkBox"></object>
|
<object class="GtkBox"></object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue