gimp r27796 - in trunk: . app/tools



Author: neo
Date: Tue Dec 16 08:04:09 2008
New Revision: 27796
URL: http://svn.gnome.org/viewvc/gimp?rev=27796&view=rev

Log:
2008-12-16  Sven Neumann  <sven gimp org>

	* app/tools/gimpgegltool.c 
(gimp_gegl_tool_operation_blacklisted):
	removed 'gegl:stress' from the blacklist. It was put here on 
wrong
	assumptions.



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 Dec 16 08:04:09 2008
@@ -236,8 +236,7 @@
 {
   static const gchar * const blacklist[] =
   {
-    "gegl:convert-format", "gegl:text", "gegl:introspect", "gegl:stress",
-    "gimp-"
+    "gegl:convert-format", "gegl:text", "gegl:introspect", "gimp-"
   };
   gint i;
 



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