[gegl] Commented out code in save.c which was giving input proxy nodes "debug" names which broke other code



commit 59efcb0e631f2c62169b6401c2757f52dcb7303f
Author: Isaac Wagner <isaacbw src gnome org>
Date:   Sun Jul 8 19:09:00 2012 -0400

    Commented out code in save.c which was giving input proxy nodes "debug" names which broke other code expecting properly formed proxy node names

 operations/common/save.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/save.c b/operations/common/save.c
index 7990305..2fda2f2 100644
--- a/operations/common/save.c
+++ b/operations/common/save.c
@@ -116,7 +116,7 @@ gegl_save_attach (GeglOperation *operation)
                                       NULL);
 
   /* Set some debug names for the child nodes */
-  nodename = gegl_node_get_debug_name (operation->node);
+  /*  nodename = gegl_node_get_debug_name (operation->node);
   g_assert (nodename);
 
   childname = g_strconcat (nodename, "-save", NULL);
@@ -125,7 +125,7 @@ gegl_save_attach (GeglOperation *operation)
 
   childname = g_strconcat (nodename, "-input", NULL);
   gegl_node_set_name (self->input, childname);
-  g_free (childname);
+  g_free (childname);*/
 
   /* Link the saving node and attempt to set an appropriate save operation,
    * might as well at least try to do this before prepare.



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