removed color cast. Merged from stable branch.

2004-04-20  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/pdb/fileops.pdb (file_load_thumbnail): removed
	color cast. Merged from stable branch.

	* app/pdb/fileops_cmds.c: regenerated.
This commit is contained in:
Sven Neumann 2004-04-20 22:04:18 +00:00 committed by Sven Neumann
parent 5766718d6f
commit ff06d05097
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2004-04-20 Sven Neumann <sven@gimp.org>
* tools/pdbgen/pdb/fileops.pdb (file_load_thumbnail): removed
color cast. Merged from stable branch.
* app/pdb/fileops_cmds.c: regenerated.
2004-04-20 Sven Neumann <sven@gimp.org>
* libgimpwidgets/Makefile.am

View File

@ -299,7 +299,7 @@ file_load_thumbnail_invoker (Gimp *gimp,
0, 0, width, height, 0, 0, 1.0, 1.0,
GDK_INTERP_NEAREST, 255,
0, 0, GIMP_SMALL_CHECKS,
0x666666ff, 0x999999ff);
0x66666666, 0x99999999);
g_object_unref (pixbuf);
pixbuf = tmp;

View File

@ -249,7 +249,7 @@ HELP
0, 0, width, height, 0, 0, 1.0, 1.0,
GDK_INTERP_NEAREST, 255,
0, 0, GIMP_SMALL_CHECKS,
0x666666ff, 0x999999ff);
0x66666666, 0x99999999);
g_object_unref (pixbuf);
pixbuf = tmp;