From d258af9ea9738d77a0d66e401730cff4eacd61a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Tue, 13 Mar 2012 18:52:07 +0000 Subject: [PATCH] app: use gegl: prefix for ops --- app/core/gimpdrawable-operation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/core/gimpdrawable-operation.c b/app/core/gimpdrawable-operation.c index 72d071b7c5..a186c5a61e 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);