gegl r2951 - in trunk: . gegl



Author: martinn
Date: Sat Feb 28 12:44:22 2009
New Revision: 2951
URL: http://svn.gnome.org/viewvc/gegl?rev=2951&view=rev

Log:
Print the GeglNode pointer at the end of the op in graphviz nodes

Modified:
   trunk/ChangeLog
   trunk/gegl/gegl-dot.c

Modified: trunk/gegl/gegl-dot.c
==============================================================================
--- trunk/gegl/gegl-dot.c	(original)
+++ trunk/gegl/gegl-dot.c	Sat Feb 28 12:44:22 2009
@@ -68,7 +68,7 @@
   }
 
   /* The second row is the operation name such as gegl:translate */
-  g_string_append_printf (string, "%s|", gegl_node_get_debug_name (node));
+  g_string_append_printf (string, "%s %p |", gegl_node_get_debug_name (node), node);
 
   /* The next rows are property names and their values */
   if (1)



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