tests: Fix infobars in ui files
authorMatthias Clasen <mclasen@redhat.com>
Thu, 6 Feb 2020 05:47:13 +0000 (00:47 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 6 Feb 2020 21:54:59 +0000 (16:54 -0500)
GtkInfoBar no longer exposes the content_area
as internal child.

testsuite/a11y/infobar.ui

index a082198ee8b3940e52d54264d07acdf37b395afd..32047883b89bb5deeab2567bdff8820006d6c7ae 100644 (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>