summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOyvind Kolas <pippin@gimp.org>2015-07-26 16:32:06 +0200
committerOyvind Kolas <pippin@gimp.org>2015-07-26 17:19:38 +0200
commit7381f3177dc916bb13f745ea41502ff554a2710e (patch)
tree980d8838f9301a86919c974382fc3bac7861b922
parent346139b4fb9d2ce9fe5de89ecb4f74e23cb50286 (diff)
seamless-clone-compose: follow changes in seamless-clone
-rw-r--r--operations/seamless-clone/seamless-clone-compose.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/operations/seamless-clone/seamless-clone-compose.c b/operations/seamless-clone/seamless-clone-compose.c
index 5b398d59..e4925926 100644
--- a/operations/seamless-clone/seamless-clone-compose.c
+++ b/operations/seamless-clone/seamless-clone-compose.c
@@ -18,7 +18,7 @@
*/
#ifdef GEGL_PROPERTIES
-property_int (max_refine_steps, _("Refinement steps"), 2000)
+property_int (max_refine_scale, _("Refinement steps"), 2000)
description(_("Maximal amount of refinement points to be used for the interpolation mesh"))
value_range (0, 100000)
@@ -81,7 +81,7 @@ attach (GeglOperation *operation)
gegl_node_connect_to (seamless, "output", overlay, "aux");
gegl_node_connect_to (overlay, "output", output, "input");
- gegl_operation_meta_redirect (operation, "max-refine-steps", seamless, "max-refine-steps");
+ gegl_operation_meta_redirect (operation, "max-refine-scale", seamless, "max-refine-scale");
gegl_operation_meta_redirect (operation, "xoff", seamless, "xoff");
gegl_operation_meta_redirect (operation, "yoff", seamless, "yoff");
gegl_operation_meta_redirect (operation, "error-msg", seamless, "error-msg");