summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2019-05-22 09:32:46 +0200
committerTimm Bäder <mail@baedert.org>2019-05-22 09:32:46 +0200
commit0e11f83ec57de0a93119917ba6fff4c682c4ab8e (patch)
tree09487de480a1ca43315af5b35da7bd0ebcaacedf
parent1f5d4171ad063628660e23fcc52804ef95118944 (diff)
downloadgtk+-0e11f83ec57de0a93119917ba6fff4c682c4ab8e.tar.gz
fishbowl: Fix default toggle button state
Once again.
-rw-r--r--demos/gtk-demo/fishbowl.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/gtk-demo/fishbowl.ui b/demos/gtk-demo/fishbowl.ui
index c6216666b6..178b9a3cae 100644
--- a/demos/gtk-demo/fishbowl.ui
+++ b/demos/gtk-demo/fishbowl.ui
@@ -53,8 +53,8 @@
</child>
<child type="end">
<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">1</property>
+ <property name="visible" bind-source="changes_prevent" bind-property="active" bind-flags="invert-boolean">0</property>
<property name="icon-name">changes-prevent</property>
<property name="relief">none</property>
</object>
@@ -65,7 +65,7 @@
<object class="GtkFishbowl" id="bowl">
<property name="visible">True</property>
<property name="animating">True</property>
- <property name="benchmark" bind-source="changes_allow" bind-property="active" bind-flags="invert-boolean"/>
+ <property name="benchmark" bind-source="changes_allow" bind-property="active" bind-flags="invert-boolean">1</property>
</object>
</child>
</object>