gegl r2219 - in trunk: . bin



Author: ok
Date: Tue Apr 22 21:48:56 2008
New Revision: 2219
URL: http://svn.gnome.org/viewvc/gegl?rev=2219&view=rev

Log:
* autogen.sh: tell that we're going to --enable-debug.
* bin/gegl-node-editor.c: (gegl_node_editor_constructor): fix warning
about size group by not unreffing them after first use.


Modified:
   trunk/ChangeLog
   trunk/autogen.sh
   trunk/bin/gegl-node-editor.c

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Tue Apr 22 21:48:56 2008
@@ -253,7 +253,7 @@
 echo
 echo "I am going to run ./configure with the following arguments:"
 echo
-echo "  --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS $@"
+echo "  --enable-maintainer-mode --enable-debug $AUTOGEN_CONFIGURE_ARGS $@"
 echo
 
 if test -z "$*"; then

Modified: trunk/bin/gegl-node-editor.c
==============================================================================
--- trunk/bin/gegl-node-editor.c	(original)
+++ trunk/bin/gegl-node-editor.c	Tue Apr 22 21:48:56 2008
@@ -146,8 +146,8 @@
 
   gegl_node_editor_construct (GEGL_NODE_EDITOR (object));
 
-  g_object_unref (self->col1);
-  g_object_unref (self->col2);
+  /*g_object_unref (self->col1);
+  g_object_unref (self->col2);*/
   return object;
 }
 



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