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



commit 08b7709535aa989741fa34554a41c0de019ce20e
Author: Michael Natterer <mitch gimp org>
Date:   Sun Jan 31 17:36:56 2010 +0100

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

 app/tools/gimpgegltool.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index 8f367ea..3859f39 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -234,7 +234,11 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name)
 {
   static const gchar * const blacklist[] =
   {
-    "gegl:convert-format", "gegl:text", "gegl:introspect", "gimp-"
+    "gegl:convert-format",
+    "gegl:introspect",
+    "gegl:path",
+    "gegl:text",
+    "gimp-"
   };
   gint i;
 



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