[gtk/wip/otte/reftests: 2/4] reftests: Fix css-match-name test



commit bacfe94261df0d47c2b23f809481d22472dce527
Author: Benjamin Otte <otte redhat com>
Date:   Thu Mar 28 00:54:49 2019 +0100

    reftests: Fix css-match-name test
    
    - Replace GtkImage::pixbuf with GtkImage::paintable
    - Use a GtkPicture so the sizing is correct

 testsuite/reftests/css-match-name.ref.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/testsuite/reftests/css-match-name.ref.ui b/testsuite/reftests/css-match-name.ref.ui
index d8d31c3e93..fea1df7c08 100644
--- a/testsuite/reftests/css-match-name.ref.ui
+++ b/testsuite/reftests/css-match-name.ref.ui
@@ -5,10 +5,10 @@
     <property name="can_focus">False</property>
     <property name="type">popup</property>
     <child>
-      <object class="GtkImage" id="image1">
+      <object class="GtkPicture">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="pixbuf">green-20x20.png</property>
+        <property name="paintable">green-20x20.png</property>
       </object>
     </child>
   </object>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]