don't abort on errors in lcms.

2008-01-09  Sven Neumann  <sven@gimp.org>

	* modules/colorsel_cmyk_lcms.c (colorsel_cmyk_class_init): don't
	abort on errors in lcms.


svn path=/trunk/; revision=24580
This commit is contained in:
Sven Neumann
2008-01-09 20:32:30 +00:00
committed by Sven Neumann
parent 3de5b5341e
commit 51eca41a8d
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-01-09 Sven Neumann <sven@gimp.org>
* modules/colorsel_cmyk_lcms.c (colorsel_cmyk_class_init): don't
abort on errors in lcms.
2008-01-09 Sven Neumann <sven@gimp.org>
* app/gegl/gimpoperationtilesink.c: use the marshaller from GLib;

View File

@ -156,6 +156,8 @@ colorsel_cmyk_class_init (ColorselCmykClass *klass)
selector_class->stock_id = GTK_STOCK_PRINT; /* FIXME */
selector_class->set_color = colorsel_cmyk_set_color;
selector_class->set_config = colorsel_cmyk_set_config;
cmsErrorAction (LCMS_ERROR_IGNORE);
}
static void