summaryrefslogtreecommitdiff
path: root/plugins/gtk+/gtk+.xml.in
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2011-01-13 20:03:23 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2011-01-13 20:03:23 +0900
commit77f326149db312360c3979e2814c0e143e1a0d74 (patch)
tree1a2be67ae6111fe46dff6ac59734656a4bb14735 /plugins/gtk+/gtk+.xml.in
parentc10f72fd380a1d4da3179d11bc4be06e860658c7 (diff)
downloadglade-77f326149db312360c3979e2814c0e143e1a0d74.tar.gz
* plugins/gtk+/gtk+.xml.in: Made GtkEntry icon properties save-always, fixes bug 629900.
Diffstat (limited to 'plugins/gtk+/gtk+.xml.in')
-rw-r--r--plugins/gtk+/gtk+.xml.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index d76fce27..1ca89cda 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -886,10 +886,10 @@ embedded in another object</_tooltip>
<property id="secondary-icon-pixbuf" _name="Secondary Icon Pixbuf" since="2.16" custom-layout="True"/>
<property id="primary-icon-name" _name="Primary Icon Name" since="2.16" custom-layout="True" themed-icon="True"/>
<property id="secondary-icon-name" _name="Secondary Icon Name" since="2.16" custom-layout="True" themed-icon="True"/>
- <property id="primary-icon-activatable" _name="Primary Icon Activatable" since="2.16" custom-layout="True"/>
- <property id="secondary-icon-activatable" _name="Secondary Icon Activatable" since="2.16" custom-layout="True"/>
- <property id="primary-icon-sensitive" _name="Primary Icon Sensitive" since="2.16" custom-layout="True"/>
- <property id="secondary-icon-sensitive" _name="Secondary Icon Sensitive" since="2.16" custom-layout="True"/>
+ <property id="primary-icon-activatable" _name="Primary Icon Activatable" save-always="True" since="2.16" custom-layout="True"/>
+ <property id="secondary-icon-activatable" _name="Secondary Icon Activatable" save-always="True" since="2.16" custom-layout="True"/>
+ <property id="primary-icon-sensitive" _name="Primary Icon Sensitive" since="2.16" save-always="True" custom-layout="True"/>
+ <property id="secondary-icon-sensitive" _name="Secondary Icon Sensitive" since="2.16" save-always="True" custom-layout="True"/>
<property id="progress-fraction" _name="Progress Fraction" since="2.16" custom-layout="True"/>
<property id="progress-pulse-step" _name="Progress Pulse Step" since="2.16" custom-layout="True"/>