[gegl] gegl:gegl make sure the ops are linked up front



commit fa6f575a26d2223e4a0cf58a3aa07e45f51d4112
Author: Øyvind Kolås <pippin gimp org>
Date:   Thu Apr 14 18:03:39 2016 +0200

    gegl:gegl make sure the ops are linked up front

 operations/common/gegl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/gegl.c b/operations/common/gegl.c
index 7b21b92..6218438 100644
--- a/operations/common/gegl.c
+++ b/operations/common/gegl.c
@@ -77,7 +77,7 @@ prepare (GeglOperation *operation)
   input    = gegl_node_get_input_proxy (gegl, "input");
   output   = gegl_node_get_output_proxy (gegl, "output");
 
-//  gegl_node_link_many (input, output, NULL);
+  gegl_node_link_many (input, output, NULL);
   gegl_create_chain (o->string, input, output, 0.0,
                      gegl_node_get_bounding_box (input).height,
                      &error);


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