[gegl/isaac-fixes: 2/3] Commented out code in save.c which was giving input proxy nodes "debug" names which broke other code
- From: Isaac Wagner <isaacbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/isaac-fixes: 2/3] Commented out code in save.c which was giving input proxy nodes "debug" names which broke other code
- Date: Sun, 8 Jul 2012 23:11:23 +0000 (UTC)
commit d8a9daaf2ed9501a08aa8a1da45c5e9669ae4cda
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]