Fix the modelbutton demo _again_
authorMatthias Clasen <mclasen@redhat.com>
Tue, 1 May 2018 00:09:57 +0000 (20:09 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 1 May 2018 00:49:34 +0000 (20:49 -0400)
It lost the action-target properties again.

demos/gtk-demo/modelbutton.ui

index 71309052f917af25126af7a11351a6c196d23bad..da74fdba0b17318e5f7fbc891472b447727fe435 100644 (file)
@@ -56,6 +56,7 @@
         <child>
           <object class="GtkModelButton">
             <property name="action-name">win.color</property>
+            <property name="action-target">'red'</property>
             <property name="text">Red</property>
             <property name="inverted">1</property>
           </object>
@@ -63,6 +64,7 @@
         <child>
           <object class="GtkModelButton">
             <property name="action-name">win.color</property>
+            <property name="action-target">'green'</property>
             <property name="text">Green</property>
             <property name="inverted">1</property>
           </object>
@@ -70,6 +72,7 @@
         <child>
           <object class="GtkModelButton">
             <property name="action-name">win.color</property>
+            <property name="action-target">'blue'</property>
             <property name="text">Blue</property>
             <property name="inverted">1</property>
           </object>