[gimp/soc-2011-warp] gimpwarptool: use gegl:map-relative instead of map-absolute
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2011-warp] gimpwarptool: use gegl:map-relative instead of map-absolute
- Date: Wed, 25 May 2011 21:49:14 +0000 (UTC)
commit bad2f4499906734c0e0cbca256f83fd4de94370a
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]