app: Use gegl:scale-ratio instead of the deprecated gegl:scale

This commit is contained in:
Michael Henning 2013-06-09 13:51:16 -04:00
parent 4e9661bd20
commit 87bcc4aa3d
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ gimp_gegl_apply_scale (GeglBuffer *src_buffer,
g_return_if_fail (GEGL_IS_BUFFER (dest_buffer));
node = gegl_node_new_child (NULL,
"operation", "gegl:scale",
"operation", "gegl:scale-ratio",
"origin-x", 0.0,
"origin-y", 0.0,
"sampler", interpolation_type,