reftests: Fix for state propagation changes

This commit is contained in:
Benjamin Otte 2013-06-13 15:30:57 +02:00
parent 7ce198ea6f
commit 860639e796
3 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
GtkLabel:active, GtkToggleButton:active,
#reference:insensitive { #reference:insensitive {
color: lime; color: lime;
} }
GtkLabel:insensitive, GtkToggleButton:insensitive,
#reference:active { #reference:active {
color: blue; color: blue;
} }

View File

@ -12,11 +12,11 @@
<property name="receives_default">True</property> <property name="receives_default">True</property>
<property name="use_action_appearance">False</property> <property name="use_action_appearance">False</property>
<property name="active">True</property> <property name="active">True</property>
<property name="name">reference</property>
<property name="sensitive">False</property>
<child> <child>
<object class="GtkLabel" id="label1"> <object class="GtkLabel" id="label1">
<property name="name">reference</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="label" translatable="yes">insensitive</property> <property name="label" translatable="yes">insensitive</property>
</object> </object>

View File

@ -12,10 +12,10 @@
<property name="receives_default">True</property> <property name="receives_default">True</property>
<property name="use_action_appearance">False</property> <property name="use_action_appearance">False</property>
<property name="active">True</property> <property name="active">True</property>
<property name="sensitive">False</property>
<child> <child>
<object class="GtkLabel" id="label1"> <object class="GtkLabel" id="label1">
<property name="visible">True</property> <property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="label" translatable="yes">insensitive</property> <property name="label" translatable="yes">insensitive</property>
</object> </object>