gimp r24580 - in trunk: . modules
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24580 - in trunk: . modules
- Date: Wed, 9 Jan 2008 20:32:30 +0000 (GMT)
Author: neo
Date: Wed Jan 9 20:32:30 2008
New Revision: 24580
URL: http://svn.gnome.org/viewvc/gimp?rev=24580&view=rev
Log:
2008-01-09 Sven Neumann <sven gimp org>
* modules/colorsel_cmyk_lcms.c (colorsel_cmyk_class_init): don't
abort on errors in lcms.
Modified:
trunk/ChangeLog
trunk/modules/colorsel_cmyk_lcms.c
Modified: trunk/modules/colorsel_cmyk_lcms.c
==============================================================================
--- trunk/modules/colorsel_cmyk_lcms.c (original)
+++ trunk/modules/colorsel_cmyk_lcms.c Wed Jan 9 20:32:30 2008
@@ -156,6 +156,8 @@
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]