[gimp/gimp-2-6] Bug 604820 - GEGL Operation "path" crashes GIMP



commit 9c135ab33361aa04182735ef0d16e37074caaf32
Author: Michael Natterer <mitch gimp org>
Date:   Sun Jan 31 17:34:48 2010 +0100

    Bug 604820 - GEGL Operation "path" crashes GIMP
    
    Blacklist "gegl:path".

 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 6f3f8b2..2671ebf 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -238,6 +238,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name)
     "gimp-",
     "convert-format", "gegl:convert-format",
     "introspect",     "gegl:introspect",
+    "path",           "gegl:path",
     "stress",         "gegl:stress",
     "text",           "gegl:text"
   };



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