[gimp] app: blacklist gegl:sdl-display in the GEGL tool



commit c1259daa54827b18744ff101487c902d5800b30b
Author: Michael Natterer <mitch gimp org>
Date:   Thu May 3 15:06:45 2012 +0200

    app: blacklist gegl:sdl-display in the GEGL tool

 app/tools/gimpgegltool.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index 2b7ec26..8fa1955 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 */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]