[glade] Set save=false to every GtkActivatable properties since they are always saved in glade_gtk_widget_wr
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade] Set save=false to every GtkActivatable properties since they are always saved in glade_gtk_widget_wr
- Date: Sat, 12 May 2012 15:29:55 +0000 (UTC)
commit 8f4c58dda4f67c469ddafbf25aa4012b1ecd6a94
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Tue May 8 15:42:57 2012 -0300
Set save=false to every GtkActivatable properties since they are always saved in glade_gtk_widget_write_widget()
plugins/gtk+/gtk+.xml.in | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 1a4cc9d..8b57e13 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -746,7 +746,7 @@ embedded in another object</_tooltip>
<properties>
<!-- GtkActivatable -->
- <property id="related-action" _name="Related Action" custom-layout="True" since="2.16"/>
+ <property id="related-action" _name="Related Action" custom-layout="True" since="2.16" save="False"/>
<property id="use-action-appearance" _name="Use Action Appearance" custom-layout="True"
default="False" since="2.16"/>
</properties>
@@ -1039,8 +1039,8 @@ embedded in another object</_tooltip>
</property>
<!-- GtkActivatable -->
- <property id="related-action" _name="Related Action" custom-layout="True" since="2.16"/>
- <property id="use-action-appearance" _name="Use Action Appearance" custom-layout="True" default="False" since="2.16"/>
+ <property id="related-action" _name="Related Action" custom-layout="True" since="2.16" save="False"/>
+ <property id="use-action-appearance" _name="Use Action Appearance" custom-layout="True" default="False" since="2.16" save="False"/>
<!-- Atk click property -->
<property id="atk-click" _name="Click" ignore="True" atk-property="True" save="False" multiline="True">
@@ -1120,13 +1120,13 @@ embedded in another object</_tooltip>
<create-editable-function>glade_gtk_switch_create_editable</create-editable-function>
<properties>
<!-- GtkActivatable -->
- <property id="related-action" _name="Related Action" custom-layout="True">
+ <property id="related-action" _name="Related Action" custom-layout="True" save="False">
<parameter-spec>
<type>GParamObject</type>
<value-type>GtkToggleAction</value-type>
</parameter-spec>
</property>
- <property id="use-action-appearance" _name="Use Action Appearance" custom-layout="True" default="False"/>
+ <property id="use-action-appearance" _name="Use Action Appearance" custom-layout="True" default="False" save="False"/>
</properties>
</glade-widget-class>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]