gimp r28152 - in trunk: . plug-ins/common



Author: neo
Date: Fri Mar 13 11:37:06 2009
New Revision: 28152
URL: http://svn.gnome.org/viewvc/gimp?rev=28152&view=rev

Log:
2009-03-13  Sven Neumann  <sven gimp org>

	Bug 571117 â lcms plug-in crashes on broken profile

	* plug-ins/common/lcms.c: don't abort on lcms errors.



Modified:
   trunk/ChangeLog
   trunk/plug-ins/common/lcms.c

Modified: trunk/plug-ins/common/lcms.c
==============================================================================
--- trunk/plug-ins/common/lcms.c	(original)
+++ trunk/plug-ins/common/lcms.c	Fri Mar 13 11:37:06 2009
@@ -427,6 +427,8 @@
         }
     }
 
+  cmsErrorAction (LCMS_ERROR_SHOW);
+
   switch (proc)
     {
     case PROC_SET:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]