[glade3] * plugins/gtk+/gtk+.xml.in: Ignore "resize-mode" property incase of crashes (as reported in bug
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade3] * plugins/gtk+/gtk+.xml.in: Ignore "resize-mode" property incase of crashes (as reported in bug
- Date: Wed, 15 Dec 2010 17:13:48 +0000 (UTC)
commit 125262a50f36079d8ca3c759f290a501e9a49439
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Thu Dec 16 02:18:57 2010 +0900
* plugins/gtk+/gtk+.xml.in: Ignore "resize-mode" property incase of crashes
(as reported in bug 622996).
ChangeLog | 3 +++
plugins/gtk+/gtk+.xml.in | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index fbff9ed..46017ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,9 @@
* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Avoid warnings when
loading glade files.
+ * plugins/gtk+/gtk+.xml.in: Ignore "resize-mode" property incase of crashes
+ (as reported in bug 622996).
+
2010-12-14 Tristan Van Berkom <tristanvb openismus com>
* Reverted 3.0 commit, now targetting this branch to the final GTK+ 2.x chapter
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 79e374c..72ef6da 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -282,7 +282,7 @@ embedded in another object</_tooltip>
<properties>
<property id="border-width" common="True" weight="2.5"/>
- <property id="resize-mode" common="True" weight="4.7">
+ <property id="resize-mode" ignore="True" common="True" weight="4.7">
<displayable-values>
<value id="GTK_RESIZE_PARENT" _name="Parent"/>
<value id="GTK_RESIZE_QUEUE" _name="Queue"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]