gimp r27285 - in trunk: . app/tools



Author: mitch
Date: Tue Oct 14 23:14:34 2008
New Revision: 27285
URL: http://svn.gnome.org/viewvc/gimp?rev=27285&view=rev

Log:
2008-10-15  Michael Natterer  <mitch gimp org>

	* app/tools/gimpgegltool.c (gimp_gegl_tool_operation_blacklisted):
	add the gegl: prefix here too.



Modified:
   trunk/ChangeLog
   trunk/app/tools/gimpgegltool.c

Modified: trunk/app/tools/gimpgegltool.c
==============================================================================
--- trunk/app/tools/gimpgegltool.c	(original)
+++ trunk/app/tools/gimpgegltool.c	Tue Oct 14 23:14:34 2008
@@ -226,7 +226,8 @@
 {
   static const gchar * const blacklist[] =
   {
-    "convert-format", "gimp-", "introspect", "stress", "text"
+    "gegl:convert-format", "gegl:text", "gegl:introspect", "gegl:stress",
+    "gimp-"
   };
   gint i;
 



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