[gimp] warptool: use the warp operator imported to gegl



commit 7aa7c5814c1d1cc4829d6d4ca5b5ada5c7242ffe
Author: Michael Muré <mure michael gmail com>
Date:   Sat Jul 9 23:58:45 2011 +0200

    warptool: use the warp operator imported to gegl

 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 7bdaf2c..3b8c5a4 100644
--- a/app/tools/gimpwarptool.c
+++ b/app/tools/gimpwarptool.c
@@ -555,7 +555,7 @@ gimp_warp_tool_add_op (GimpWarpTool *wt)
   g_return_if_fail (GEGL_IS_NODE (wt->render_node));
 
   new_op = gegl_node_new_child (wt->graph,
-                                "operation", "gimp:warp",
+                                "operation", "gegl:warp",
                                 "behavior", options->behavior,
                                 "strength", options->effect_strength,
                                 "size", options->effect_size,


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