demos: Unbreak icon for fishbowl demo
authorBenjamin Otte <otte@redhat.com>
Sun, 4 Mar 2018 18:47:56 +0000 (19:47 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 16 Mar 2018 05:04:43 +0000 (06:04 +0100)
351559fcfae1996143e4c1702aa9fc174c6c345f was to eager in simplifying
things.

demos/gtk-demo/fishbowl.ui

index fca1d6f34b1f1281f561b6c0ef36ed3ee646d6ba..a6899dbfa9bbf1d329f011e78fb0d9bfdc793fe5 100644 (file)
@@ -33,8 +33,8 @@
         </child>
         <child>
           <object class="GtkToggleButton" id="changes_prevent">
-            <property name="active" bind-source="changes_allow" bind-property="active" bind-flags="bidirectional|invert-boolean"/>
-            <property name="visible" bind-source="changes_prevent" bind-property="active" bind-flags="invert-boolean"/>
+            <property name="active" bind-source="changes_allow" bind-property="active" bind-flags="bidirectional|invert-boolean">True</property>
+            <property name="visible" bind-source="changes_prevent" bind-property="active" bind-flags="invert-boolean">False</property>
             <property name="icon-name">changes-prevent</property>
             <property name="relief">none</property>
           </object>