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
a4ffdd944f
commit
1c1a5e3266
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ Window {
|
|||
}
|
||||
|
||||
Dialog {
|
||||
[internal-child context_area]
|
||||
[internal-child content_area]
|
||||
Box {
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue