gimp r27114 - in trunk: . app/tools



Author: neo
Date: Thu Oct  2 19:08:16 2008
New Revision: 27114
URL: http://svn.gnome.org/viewvc/gimp?rev=27114&view=rev

Log:
2008-10-02  Sven Neumann  <sven gimp org>

	* app/tools/gimpgegltool.c 
(gimp_gegl_tool_operation_blacklisted):
	add "text" to the list of blacklisted operations.



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	Thu Oct  2 19:08:16 2008
@@ -226,7 +226,7 @@
 {
   static const gchar * const blacklist[] =
   {
-    "convert-format", "gimp-", "introspect", "stress"
+    "convert-format", "gimp-", "introspect", "stress", "text"
   };
   gint i;
 



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