mirror of https://github.com/GNOME/gimp.git
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:
parent
5766718d6f
commit
ff06d05097
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue