[gimp/pippin/goat-invasion: 7/25] app: use gegl: prefix for ops
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/pippin/goat-invasion: 7/25] app: use gegl: prefix for ops
- Date: Wed, 14 Mar 2012 12:02:04 +0000 (UTC)
commit bb2d16c374c3b031c65b53ec5ce05e2d6181b2e5
Author: Ãyvind KolÃs <pippin gimp org>
Date: Tue Mar 13 18:52:07 2012 +0000
app: use gegl: prefix for ops
app/core/gimpdrawable-operation.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/core/gimpdrawable-operation.c b/app/core/gimpdrawable-operation.c
index 72d071b..a186c5a 100644
--- a/app/core/gimpdrawable-operation.c
+++ b/app/core/gimpdrawable-operation.c
@@ -151,11 +151,11 @@ gimp_drawable_apply_operation_private (GimpDrawable *drawable,
outbuf = gimp_tile_manager_get_gegl_buffer (dest_tiles, TRUE);
input = gegl_node_new_child (gegl,
- "operation", "buffer-source",
+ "operation", "gegl:buffer-source",
"buffer", inbuf,
NULL);
output = gegl_node_new_child (gegl,
- "operation", "write-buffer",
+ "operation", "gegl:write-buffer",
"buffer", outbuf,
NULL);
g_object_unref (inbuf);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]