[gimp] Revert "Bug 751553 - Linear precision doesn't display the image correctly"
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Revert "Bug 751553 - Linear precision doesn't display the image correctly"
- Date: Wed, 21 Oct 2015 18:27:52 +0000 (UTC)
commit 4e04e2ff30506160e409e72d625acf76d64685c2
Author: Michael Natterer <mitch gimp org>
Date: Wed Oct 21 20:27:06 2015 +0200
Revert "Bug 751553 - Linear precision doesn't display the image correctly"
This reverts commit 61ae6b10de231d28422ff1e3f627340970a1d6b5.
Re-enable color profile conversion on precision conversion, it's
fixed now.
app/core/gimpimage-convert-precision.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpimage-convert-precision.c b/app/core/gimpimage-convert-precision.c
index c79ab8e..e2c67b8 100644
--- a/app/core/gimpimage-convert-precision.c
+++ b/app/core/gimpimage-convert-precision.c
@@ -121,7 +121,7 @@ gimp_image_convert_precision (GimpImage *image,
/* Push the image precision to the stack */
gimp_image_undo_push_image_precision (image, NULL);
- old_profile = NULL; /* FIXME bug 751553 gimp_image_get_color_profile (image); */
+ old_profile = gimp_image_get_color_profile (image);
old_format = gimp_image_get_layer_format (image, FALSE);
/* Set the new precision */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]