mirror of https://github.com/GNOME/gimp.git
fixed order of parameters (pointed out by Yoshinori Yamakawa).
2007-01-02 Sven Neumann <sven@gimp.org> * modules/cdisplay_lcms.c: fixed order of parameters (pointed out by Yoshinori Yamakawa). svn path=/trunk/; revision=21624
This commit is contained in:
parent
41ee365c90
commit
675289a36b
|
@ -1,3 +1,8 @@
|
|||
2007-01-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* modules/cdisplay_lcms.c: fixed order of parameters (pointed out
|
||||
by Yoshinori Yamakawa).
|
||||
|
||||
2007-01-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/gimpratioentry.c: corrected API docs.
|
||||
|
|
|
@ -394,8 +394,8 @@ cdisplay_lcms_changed (GimpColorDisplay *display)
|
|||
dest_profile :
|
||||
src_profile), TYPE_RGB_8,
|
||||
proof_profile,
|
||||
config->display_intent,
|
||||
config->simulation_intent,
|
||||
config->display_intent,
|
||||
cmsFLAGS_SOFTPROOFING);
|
||||
cmsCloseProfile (proof_profile);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue