mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
4f81dc1eaf
This was comparing the included image-missing icon with the one in the current icontheme on the test system. Works fine as long as we don't change the icons (which we just did). To avoid this, set the icontheme to hicolor for this test, which does not have the image-missing icon, so we end up getting the builtin icon for both ui files.
27 lines
817 B
XML
27 lines
817 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="decorated">0</property>
|
|
<signal name="map" handler="reftest:set_icon_theme_hicolor" swapped="no"/>
|
|
<child>
|
|
<object class="GtkBox" id="box1">
|
|
<child>
|
|
<object class="GtkImage" id="image1">
|
|
<property name="icon_name">image-missing</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkImage" id="image2">
|
|
<property name="icon_name">image-missing</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkImage" id="image3">
|
|
<property name="icon_name">image-missing</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|