[gimp] gegl-apply-operation: s/dither-strategy/dither-method/
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] gegl-apply-operation: s/dither-strategy/dither-method/
- Date: Wed, 28 Sep 2016 10:06:07 +0000 (UTC)
commit e1db36360b104c6039f6b39cb744da59294bfc98
Author: Øyvind Kolås <pippin gimp org>
Date: Wed Sep 28 12:05:41 2016 +0200
gegl-apply-operation: s/dither-strategy/dither-method/
app/gegl/gimp-gegl-apply-operation.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/app/gegl/gimp-gegl-apply-operation.c b/app/gegl/gimp-gegl-apply-operation.c
index 1cfa501..a86e2de 100644
--- a/app/gegl/gimp-gegl-apply-operation.c
+++ b/app/gegl/gimp-gegl-apply-operation.c
@@ -285,12 +285,12 @@ gimp_gegl_apply_color_reduction (GeglBuffer *src_buffer,
g_return_if_fail (GEGL_IS_BUFFER (dest_buffer));
node = gegl_node_new_child (NULL,
- "operation", "gegl:color-reduction",
- "red-bits", bits,
- "green-bits", bits,
- "blue-bits", bits,
- "alpha-bits", bits,
- "dither-strategy", dither_type,
+ "operation", "gegl:color-reduction",
+ "red-bits", bits,
+ "green-bits", bits,
+ "blue-bits", bits,
+ "alpha-bits", bits,
+ "dither-method", dither_type,
NULL);
gimp_gegl_apply_operation (src_buffer, progress, undo_desc,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]