From c1259daa54827b18744ff101487c902d5800b30b Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Thu, 3 May 2012 15:06:45 +0200 Subject: [PATCH] app: blacklist gegl:sdl-display in the GEGL tool --- app/tools/gimpgegltool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c index 2b7ec26910..8fa19553f2 100644 --- a/app/tools/gimpgegltool.c +++ b/app/tools/gimpgegltool.c @@ -132,6 +132,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name, "gegl:posterize", /* in gimp */ "gegl:rotate", /* in gimp */ "gegl:scale", /* in gimp */ + "gegl:sdl-display", /* useless */ "gegl:shear", /* in gimp */ "gegl:text", "gegl:threshold", /* in gimp */