[gimp/blend-tool-fun: 151/163] Revert "Bug 751553 - Linear precision doesn't display the image correctly"



commit e238a51c810d53c8016b5ea40008a35e46f7c9c1
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]