tests: Fix infobars in ui files

GtkInfoBar no longer exposes the content_area
as internal child.
This commit is contained in:
Matthias Clasen
2020-02-06 00:47:13 -05:00
parent a11b1bd08e
commit 2dba92fd0c

View File

@@ -8,14 +8,10 @@
<object class="GtkInfoBar" id="bar1">
<property name="visible">True</property>
<property name="message-type">info</property>
<child internal-child="content_area">
<object class="GtkBox" id="box1">
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="label" translatable="yes">Some important info</property>
</object>
</child>
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="label" translatable="yes">Some important info</property>
</object>
</child>
</object>