[gimp] app: fix comment in xcf_load_image_props()



commit 89692ef0658a19be94e8c5c42f56fd8007c47df4
Author: Michael Natterer <mitch gimp org>
Date:   Sun Jul 14 22:01:21 2013 +0200

    app: fix comment in xcf_load_image_props()

 app/xcf/xcf-load.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/xcf/xcf-load.c b/app/xcf/xcf-load.c
index bd2a448..a4adf50 100644
--- a/app/xcf/xcf-load.c
+++ b/app/xcf/xcf-load.c
@@ -488,9 +488,9 @@ xcf_load_image_props (XcfInfo   *info,
                 info->cp += xcf_read_int8 (info->fp, cmap, n_colors * 3);
               }
 
-            /* only set color map if image is not indexed, this is
-             * just sanity checking to make sure gimp doesn't end up
-             * with an image state that is impossible.
+            /* only set color map if image is indexed, this is just
+             * sanity checking to make sure gimp doesn't end up with
+             * an image state that is impossible.
              */
             if (gimp_image_get_base_type (image) == GIMP_INDEXED)
               gimp_image_set_colormap (image, cmap, n_colors, FALSE);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]