[gimp] Bug 750377 - typo in plug-in-compat-cmds for edge invoker "algorihm"
- From: Adrian Likins <adrian src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 750377 - typo in plug-in-compat-cmds for edge invoker "algorihm"
- Date: Thu, 4 Jun 2015 04:08:42 +0000 (UTC)
commit e708f419704a74f433bdf9ae1ce87623203a8c2d
Author: Adrian Likins <adrian gimp org>
Date: Wed Jun 3 23:16:15 2015 -0400
Bug 750377 - typo in plug-in-compat-cmds for edge invoker "algorihm"
Scripts calling plug-in-edge would cause the error:
g_object_new_valist: object class 'GeglOpedge_c' has
no property named 'algorihm'
app/pdb/plug-in-compat-cmds.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/pdb/plug-in-compat-cmds.c b/app/pdb/plug-in-compat-cmds.c
index d1a3c37..afd5155 100644
--- a/app/pdb/plug-in-compat-cmds.c
+++ b/app/pdb/plug-in-compat-cmds.c
@@ -1077,7 +1077,7 @@ plug_in_edge_invoker (GimpProcedure *procedure,
node = gegl_node_new_child (NULL,
"operation", "gegl:edge",
- "algorihm", edgemode,
+ "algorithm", edgemode,
"amount", amount,
"border-behavior", border_behavior,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]