[gtk/a11y-fixes: 8/12] tests: Fix infobars in ui files
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/a11y-fixes: 8/12] tests: Fix infobars in ui files
- Date: Thu, 6 Feb 2020 23:44:10 +0000 (UTC)
commit 2dba92fd0c79d8147566f9035b9db66a812847e3
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Feb 6 00:47:13 2020 -0500
tests: Fix infobars in ui files
GtkInfoBar no longer exposes the content_area
as internal child.
testsuite/a11y/infobar.ui | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/testsuite/a11y/infobar.ui b/testsuite/a11y/infobar.ui
index a082198ee8..32047883b8 100644
--- a/testsuite/a11y/infobar.ui
+++ b/testsuite/a11y/infobar.ui
@@ -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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]