[gimp] app: Fix incorrect op names in the compatibility wrappers.



commit 0311bb4188eabeebb6063297ccc3ae257e7916dc
Author: Michael Henning <drawoc darkrefraction com>
Date:   Mon Jul 29 23:11:34 2013 -0400

    app: Fix incorrect op names in the compatibility wrappers.

 app/pdb/plug-in-compat-cmds.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/pdb/plug-in-compat-cmds.c b/app/pdb/plug-in-compat-cmds.c
index f2af65a..5e3eea1 100644
--- a/app/pdb/plug-in-compat-cmds.c
+++ b/app/pdb/plug-in-compat-cmds.c
@@ -508,7 +508,7 @@ plug_in_pixelize_invoker (GimpProcedure         *procedure,
         {
           GeglNode *node =
             gegl_node_new_child (NULL,
-                                 "operation", "gegl:pixelise",
+                                 "operation", "gegl:pixelize",
                                  "size-x",    pixel_width,
                                  "size-y",    pixel_width,
                                  NULL);
@@ -552,7 +552,7 @@ plug_in_pixelize2_invoker (GimpProcedure         *procedure,
         {
           GeglNode *node =
             gegl_node_new_child (NULL,
-                                 "operation", "gegl:pixelise",
+                                 "operation", "gegl:pixelize",
                                  "size-x",    pixel_width,
                                  "size-y",    pixel_height,
                                  NULL);
@@ -602,7 +602,7 @@ plug_in_polar_coords_invoker (GimpProcedure         *procedure,
         {
           GeglNode *node =
             gegl_node_new_child (NULL,
-                                 "operation", "gegl:polar-coords",
+                                 "operation", "gegl:polar-coordinates",
                                  "depth",     circle,
                                  "angle",     angle,
                                  "bw",        backwards, /* XXX name */


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