gimp r27348 - in branches/gimp-2-6: . app/tools
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27348 - in branches/gimp-2-6: . app/tools
- Date: Tue, 21 Oct 2008 11:05:56 +0000 (UTC)
Author: neo
Date: Tue Oct 21 11:05:56 2008
New Revision: 27348
URL: http://svn.gnome.org/viewvc/gimp?rev=27348&view=rev
Log:
2008-10-21 Sven Neumann <sven sven>
* app/tools/gimpgegltool.c
(gimp_gegl_tool_operation_blacklisted):
make the operations blacklist work with GEGL >= 0.0.21.
Modified:
branches/gimp-2-6/ChangeLog
branches/gimp-2-6/app/tools/gimpgegltool.c
Modified: branches/gimp-2-6/app/tools/gimpgegltool.c
==============================================================================
--- branches/gimp-2-6/app/tools/gimpgegltool.c (original)
+++ branches/gimp-2-6/app/tools/gimpgegltool.c Tue Oct 21 11:05:56 2008
@@ -226,8 +226,13 @@
{
static const gchar * const blacklist[] =
{
- "convert-format", "gimp-", "introspect", "stress", "text"
+ "gimp-", "gimp:",
+ "convert-format", "gegl:convert-format",
+ "introspect", "gegl:introspect",
+ "stress", "gegl:stress",
+ "text", "gegl:text"
};
+
gint i;
for (i = 0; i < G_N_ELEMENTS (blacklist); i++)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]