[glade3/glade-3-8] * 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/glade-3-8] * plugins/gtk+/gtk+.xml.in: Ignore "resize-mode" property incase of crashes (as reported in bug
- Date: Wed, 15 Dec 2010 17:13:43 +0000 (UTC)
commit 3eba9346dedf1949eabed1edd784de75cfe926aa
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 daad768..a687069 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 20b8140..9599ab5 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]