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:

committed by
Sven Neumann

parent
3de5b5341e
commit
51eca41a8d
@ -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;
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user