[gimp] plugins: Effectively fix wrong names in compatibility wrappers
- From: Téo Mazars <teom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plugins: Effectively fix wrong names in compatibility wrappers
- Date: Tue, 30 Jul 2013 05:28:28 +0000 (UTC)
commit fc6c605cd5530755b42605879983e5a6ef4c7764
Author: Téo Mazars <teo mazars ensimag fr>
Date: Tue Jul 30 07:22:10 2013 +0200
plugins: Effectively fix wrong names in compatibility wrappers
plugin_compat_cmds.c is a generated file
tools/pdbgen/pdb/plug_in_compat.pdb | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tools/pdbgen/pdb/plug_in_compat.pdb b/tools/pdbgen/pdb/plug_in_compat.pdb
index 3eb769e..3424983 100644
--- a/tools/pdbgen/pdb/plug_in_compat.pdb
+++ b/tools/pdbgen/pdb/plug_in_compat.pdb
@@ -523,7 +523,7 @@ HELP
{
GeglNode *node =
gegl_node_new_child (NULL,
- "operation", "gegl:pixelise",
+ "operation", "gegl:pixelize",
"size-x", pixel_width,
"size-y", pixel_width,
NULL);
@@ -574,7 +574,7 @@ HELP
{
GeglNode *node =
gegl_node_new_child (NULL,
- "operation", "gegl:pixelise",
+ "operation", "gegl:pixelize",
"size-x", pixel_width,
"size-y", pixel_height,
NULL);
@@ -631,7 +631,7 @@ HELP
{
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]