[gimp] app: Use gegl:scale-ratio instead of the deprecated gegl:scale
- From: Michael Henning <mhenning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: Use gegl:scale-ratio instead of the deprecated gegl:scale
- Date: Sun, 9 Jun 2013 19:10:26 +0000 (UTC)
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]