Bug 571117 – lcms plug-in crashes on broken profile

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.


svn path=/trunk/; revision=28152
This commit is contained in:
Sven Neumann 2009-03-13 11:37:06 +00:00 committed by Sven Neumann
parent 374e379308
commit 12b621726a
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
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.
2009-03-13 Sven Neumann <sven@gimp.org>
Bug 575006 Add preferences for snapping

View File

@ -427,6 +427,8 @@ run (const gchar *name,
}
}
cmsErrorAction (LCMS_ERROR_SHOW);
switch (proc)
{
case PROC_SET: