[glade] * plugins/gtk+/gtk+.xml.in: Dont sync transient-for property on GtkWindow, this can cause crashe



commit e30f6ebff23b21ca005175344e177fe9238dce8f
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Fri Feb 4 00:17:28 2011 +0900

    	* plugins/gtk+/gtk+.xml.in: Dont sync transient-for property on GtkWindow, this
    	  can cause crashes at project destroy time.

 ChangeLog                |    3 +++
 plugins/gtk+/gtk+.xml.in |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b561ec8..62a199d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,9 @@
 
 	* src/glade-window.c: Refresh window title when project path changes.
 
+	* plugins/gtk+/gtk+.xml.in: Dont sync transient-for property on GtkWindow, this
+	  can cause crashes at project destroy time.
+
 2011-02-02  Juan Pablo Ugarte <juanpablougarte gmail com>
 
 	* gladeui/glade-design-layout.c:
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 4f8a5fc..a18cad3 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -373,7 +373,7 @@ embedded in another object</_tooltip>
 	<property id="opacity" since="2.12" ignore="True"/>
 	<property id="startup-id" since="2.12"/>
 	<property id="deletable" since="2.10"/>
-	<property id="transient-for" since="2.10"/>
+	<property id="transient-for" since="2.10" ignore="True"/>
 	<property id="visible" default="False"/>
 	<property id="icon-name" themed-icon="True" ignore="True"/>
      	<property common="True" id="gravity">



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