[gtk/present-toplevel-2: 3/83] testsuite: Stop using GtkSpinner::active



commit ad322c154c33c873657731ee9d19ae2cd002cc27
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Mar 11 16:37:10 2020 -0400

    testsuite: Stop using GtkSpinner::active
    
    This property was renamed to ::spinning.

 testsuite/a11y/spinner.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/testsuite/a11y/spinner.ui b/testsuite/a11y/spinner.ui
index 04a9d4302f..e268aafefd 100644
--- a/testsuite/a11y/spinner.ui
+++ b/testsuite/a11y/spinner.ui
@@ -6,7 +6,7 @@
     <child>
       <object class="GtkSpinner" id="spinner1">
         <property name="visible">True</property>
-        <property name="active">True</property>
+        <property name="spinning">True</property>
       </object>
     </child>
   </object>


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