[gegl] gegl-binary: remove un-needed output-proxy redirect



commit ad755fc2e7dee72fda307b41670a92fcb9d94e3a
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed Jul 2 22:18:56 2014 +0200

    gegl-binary: remove un-needed output-proxy redirect

 bin/gegl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bin/gegl.c b/bin/gegl.c
index 26239fd..c98c295 100644
--- a/bin/gegl.c
+++ b/bin/gegl.c
@@ -232,7 +232,7 @@ main (gint    argc,
                                                   "operation", "gegl:save",
                                                   "path", o->output,
                                                   NULL);
-          gegl_node_connect_from (output, "input", gegl_node_get_output_proxy (gegl, "output"), "output");
+          gegl_node_connect_from (output, "input", gegl, "output");
           gegl_node_process (output);
           g_object_unref (output);
         }


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