gimp r25737 - trunk/app/gegl



Author: mitch
Date: Wed May 21 19:04:56 2008
New Revision: 25737
URL: http://svn.gnome.org/viewvc/gimp?rev=25737&view=rev

Log:
2008-05-21  Michael Natterer  <mitch gimp org>

	* app/gegl/gimpdesaturateconfig.c: use a stock_id that exists.



Modified:
   trunk/app/gegl/gimpdesaturateconfig.c

Modified: trunk/app/gegl/gimpdesaturateconfig.c
==============================================================================
--- trunk/app/gegl/gimpdesaturateconfig.c	(original)
+++ trunk/app/gegl/gimpdesaturateconfig.c	Wed May 21 19:04:56 2008
@@ -63,7 +63,10 @@
   object_class->set_property       = gimp_desaturate_config_set_property;
   object_class->get_property       = gimp_desaturate_config_get_property;
 
-  viewable_class->default_stock_id = "gimp-tool-desaturate";
+#ifdef __GNUC__
+#warning FIXME: change string when a desaturate icon gets added
+#endif
+  viewable_class->default_stock_id = "gimp-convert-grayscale";
 
   GIMP_CONFIG_INSTALL_PROP_ENUM (object_class, PROP_MODE,
                                  "mode",



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