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'
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user