[anjuta] project-wizard: "NULL" object seems to confuse gtk+ when loading ui file



commit 5071ac523693ecfce05e0f50f038c34dcb323d25
Author: Johannes Schmid <jhs gnome org>
Date:   Tue Nov 23 17:17:57 2010 +0100

    project-wizard: "NULL" object seems to confuse gtk+ when loading ui file

 .../project-wizard/templates/gtk/src/project.ui    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/project-wizard/templates/gtk/src/project.ui b/plugins/project-wizard/templates/gtk/src/project.ui
index 9e89546..a21329c 100644
--- a/plugins/project-wizard/templates/gtk/src/project.ui
+++ b/plugins/project-wizard/templates/gtk/src/project.ui
@@ -7,7 +7,7 @@
     <property name="title" translatable="yes">window</property>
     <property name="default_width">500</property>
     <property name="default_height">400</property>
-    <signal name="destroy" handler="destroy" object="NULL"/>
+    <signal name="destroy" handler="destroy"/>
     <child>
       <placeholder/>
     </child>



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