[gimp] plugins: follow alien-map's parameter name change
- From: Téo Mazars <teom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plugins: follow alien-map's parameter name change
- Date: Fri, 19 Jul 2013 23:10:18 +0000 (UTC)
commit 409fa79ec24238f908764f97d0689386a3541406
Author: Téo Mazars <teo mazars ensimag fr>
Date: Sat Jul 20 01:06:12 2013 +0200
plugins: follow alien-map's parameter name change
app/pdb/plug-in-compat-cmds.c | 2 +-
tools/pdbgen/pdb/plug_in_compat.pdb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/pdb/plug-in-compat-cmds.c b/app/pdb/plug-in-compat-cmds.c
index 937be5c..dde2b9c 100644
--- a/app/pdb/plug-in-compat-cmds.c
+++ b/app/pdb/plug-in-compat-cmds.c
@@ -94,7 +94,7 @@ plug_in_alienmap2_invoker (GimpProcedure *procedure,
GeglNode *node =
gegl_node_new_child (NULL,
"operation", "gegl:alien-map",
- "color_representation", (gint) colormodel,
+ "color-model", (gint) colormodel,
"cpn-1-frequency", (gdouble) redfrequency,
"cpn-2-frequency", (gdouble) greenfrequency,
"cpn-3-frequency", (gdouble) bluefrequency,
diff --git a/tools/pdbgen/pdb/plug_in_compat.pdb b/tools/pdbgen/pdb/plug_in_compat.pdb
index 8f8ad10..e007311 100644
--- a/tools/pdbgen/pdb/plug_in_compat.pdb
+++ b/tools/pdbgen/pdb/plug_in_compat.pdb
@@ -65,7 +65,7 @@ HELP
GeglNode *node =
gegl_node_new_child (NULL,
"operation", "gegl:alien-map",
- "color_representation", (gint) colormodel,
+ "color-model", (gint) colormodel,
"cpn-1-frequency", (gdouble) redfrequency,
"cpn-2-frequency", (gdouble) greenfrequency,
"cpn-3-frequency", (gdouble) bluefrequency,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]