[gimp/soc-2011-warp: 6/56] gimpwarptool: use gegl:map-relative instead of map-absolute



commit 7769e90771c435fe9fe1c2038ee14ca147704d86
Author: Michael Murà <batolettre gmail com>
Date:   Wed May 25 21:40:01 2011 +0200

    gimpwarptool: use gegl:map-relative instead of map-absolute

 app/tools/gimpwarptool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpwarptool.c b/app/tools/gimpwarptool.c
index b9d19b6..868f114 100644
--- a/app/tools/gimpwarptool.c
+++ b/app/tools/gimpwarptool.c
@@ -422,7 +422,7 @@ gimp_warp_tool_create_render_node (GimpWarpTool *wt)
                                NULL);
 
   render = gegl_node_new_child (node,
-                                "operation", "gegl:map-absolute",
+                                "operation", "gegl:map-relative",
                                 NULL);
 
   gegl_node_connect_to (input, "output",



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