[gtk] demo: Fix fishbowl default togglebutton state
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] demo: Fix fishbowl default togglebutton state
- Date: Sun, 10 Feb 2019 16:12:42 +0000 (UTC)
commit bee51835c43f1015f276c7e65091deb98e31ae27
Author: Timm Bäder <mail baedert org>
Date: Sun Feb 10 16:42:17 2019 +0100
demo: Fix fishbowl default togglebutton state
demos/gtk-demo/fishbowl.ui | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/demos/gtk-demo/fishbowl.ui b/demos/gtk-demo/fishbowl.ui
index 689217d18a..21bbc5c70c 100644
--- a/demos/gtk-demo/fishbowl.ui
+++ b/demos/gtk-demo/fishbowl.ui
@@ -67,8 +67,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">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>
@@ -82,7 +82,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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]