demos: Unbreak icon for fishbowl demo

351559fcfa was to eager in simplifying
things.
This commit is contained in:
Benjamin Otte 2018-03-04 19:47:56 +01:00
parent 4bb8352ab5
commit a891a3ae26

View 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>