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 <[EMAIL PROTECTED]>
* 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
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.