[gnome-color-manager] Don't abort the program when we get to an unimplemented trc_parametric_curve profile
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Don't abort the program when we get to an unimplemented trc_parametric_curve profile
- Date: Fri, 6 Nov 2009 10:39:29 +0000 (UTC)
commit d23cba49026fc55a59e065a1fa8ae640b0aa6f60
Author: Richard Hughes <richard hughsie com>
Date: Fri Nov 6 10:38:17 2009 +0000
Don't abort the program when we get to an unimplemented trc_parametric_curve profile
src/gcm-profile.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-profile.c b/src/gcm-profile.c
index c67eaf9..73af938 100644
--- a/src/gcm-profile.c
+++ b/src/gcm-profile.c
@@ -471,7 +471,7 @@ gcm_parser_load_icc_trc (GcmProfile *profile, const gchar *data, gsize offset, g
ret = gcm_parser_load_icc_trc_curve (profile, data, offset, color);
} else if (type == GCM_TRC_TYPE_PARAMETRIC_CURVE) {
// ret = gcm_parser_load_icc_trc_parametric_curve (profile, data, offset, color);
- egg_error ("parametric curve");
+ egg_warning ("contains a parametric curve, FIXME");
}
return ret;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]