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:
Sven Neumann 2007-01-02 19:48:26 +00:00 committed by Sven Neumann
parent 41ee365c90
commit 675289a36b
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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);
}