From 16d33b034bc2aab7ef2241d42e145d4e4cc9b1e9 Mon Sep 17 00:00:00 2001 From: Jehan Date: Sun, 10 Sep 2017 11:31:50 +0200 Subject: [PATCH] Bug 787494 - incorrect babl_space_from_icc() call. Added in commit 415f869f202e76a51970b46d493ad5426f406b3a to drop a workaround from commit bac042db39a5fab2b04ee64ead4fcc95734dc218. This line was not a part of the workaround and looks completely unrelated. I assume that's just a commit mistake. :-) --- libgimpcolor/gimpcolorprofile.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libgimpcolor/gimpcolorprofile.c b/libgimpcolor/gimpcolorprofile.c index 2714e3ee9a..f2c70353cd 100644 --- a/libgimpcolor/gimpcolorprofile.c +++ b/libgimpcolor/gimpcolorprofile.c @@ -1479,7 +1479,6 @@ gimp_color_profile_get_format (GimpColorProfile *profile, space = babl_space_from_icc ((const gchar *) profile->priv->data, profile->priv->length, - BABL_ICC_INTENT_RELATIVE_COLORIMETRIC, &babl_error); if (! space)