[gimp] app: Use gegl:scale-ratio instead of the deprecated gegl:scale



commit 87bcc4aa3d435f2e414f9e28b8b7042408df4552
Author: Michael Henning <drawoc darkrefraction com>
Date:   Sun Jun 9 13:51:16 2013 -0400

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

 app/gegl/gimp-gegl-apply-operation.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/gegl/gimp-gegl-apply-operation.c b/app/gegl/gimp-gegl-apply-operation.c
index 5ebfb7f..7c05c0b 100644
--- a/app/gegl/gimp-gegl-apply-operation.c
+++ b/app/gegl/gimp-gegl-apply-operation.c
@@ -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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]