always use the configured CMYK profile, regardless of the color management

2007-10-05  Sven Neumann  <sven@gimp.org>

	* modules/colorsel_cmyk_lcms.c: always use the configured CMYK
	profile, regardless of the color management mode.

svn path=/trunk/; revision=23731
This commit is contained in:
Sven Neumann 2007-10-05 08:38:30 +00:00 committed by Sven Neumann
parent cee862f744
commit b4ff0d3bad
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-10-05 Sven Neumann <sven@gimp.org>
* modules/colorsel_cmyk_lcms.c: always use the configured CMYK
profile, regardless of the color management mode.
2007-10-05 Sven Neumann <sven@gimp.org>
* app/plug-in/plug-in-menu-path.c (plug_in_menu_path_map):

View File

@ -396,7 +396,7 @@ colorsel_cmyk_config_changed (ColorselCmyk *module)
gtk_label_set_text (GTK_LABEL (module->name_label), _("Profile: (none)"));
if (! config || config->mode == GIMP_COLOR_MANAGEMENT_OFF)
if (! config)
goto out;
if (! config->cmyk_profile ||