[glade3/glade-3-8] * plugins/gtk+/gtk+.xml.in: Made GtkEntry icon properties save-always, fixes bug 629900.



commit 77f326149db312360c3979e2814c0e143e1a0d74
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Thu Jan 13 20:03:23 2011 +0900

    	* plugins/gtk+/gtk+.xml.in: Made GtkEntry icon properties save-always, fixes bug 629900.

 ChangeLog                |    2 ++
 plugins/gtk+/gtk+.xml.in |    8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a710596..3eedcf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
 	* plugins/gtk+/glade-attributes.c: Fixed mismatching PangoAttributeType with GType,
 	closes bug 597045.
 
+	* plugins/gtk+/gtk+.xml.in: Made GtkEntry icon properties save-always, fixes bug 629900.
+
 2011-01-09  Tristan Van Berkom <tristanvb openismus com>
 
 	* gladeui/glade-editor.c: Make query dialog come with a "Create" button instead
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index d76fce2..1ca89cd 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"/>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]