gimp r27934 - in branches/gimp-2-6: . libgimpcolor



Author: kcozens
Date: Fri Jan 23 16:55:55 2009
New Revision: 27934
URL: http://svn.gnome.org/viewvc/gimp?rev=27934&view=rev

Log:
2009-01-23  Kevin Cozens  <kcozens cvs gimp org>

	Merged from trunk:

	* libgimpcolor/gimprgb-parse.c: Applied patch from Andreas Turtschan
	to fix colour values for slategray and slategray. Fixes bug #568839.


Modified:
   branches/gimp-2-6/ChangeLog
   branches/gimp-2-6/libgimpcolor/gimprgb-parse.c

Modified: branches/gimp-2-6/libgimpcolor/gimprgb-parse.c
==============================================================================
--- branches/gimp-2-6/libgimpcolor/gimprgb-parse.c	(original)
+++ branches/gimp-2-6/libgimpcolor/gimprgb-parse.c	Fri Jan 23 16:55:55 2009
@@ -191,8 +191,8 @@
   { "silver",                192, 192, 192 },
   { "skyblue",               135, 206, 235 },
   { "slateblue",             106,  90, 205 },
-  { "slategray",             119, 128, 144 },
-  { "slategrey",             119, 128, 144 },
+  { "slategray",             112, 128, 144 },
+  { "slategrey",             112, 128, 144 },
   { "snow",                  255, 255, 250 },
   { "springgreen",             0, 255, 127 },
   { "steelblue",              70, 130, 180 },



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