[gimp] app: rename compat parasite s/gimp-compatibility-mode/gimp-xcf-foo/



commit 0ea7d8557006460de455474864fee2e7ea34ad7b
Author: Jehan <jehan girinstud io>
Date:   Tue Sep 1 19:47:48 2015 +0200

    app: rename compat parasite s/gimp-compatibility-mode/gimp-xcf-foo/
    
    Not sure why, ask Mitch! :-)

 app/xcf/xcf-load.c |    2 +-
 app/xcf/xcf-save.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/xcf/xcf-load.c b/app/xcf/xcf-load.c
index 9539cd1..83b6c65 100644
--- a/app/xcf/xcf-load.c
+++ b/app/xcf/xcf-load.c
@@ -365,7 +365,7 @@ xcf_load_image (Gimp     *gimp,
 
   /* check for a gimp-compatibility-mode parasite */
   parasite = gimp_image_parasite_find (GIMP_IMAGE (image),
-                                       "gimp-compatibility-mode");
+                                       "gimp-xcf-foo");
   if (parasite)
     {
       GimpImagePrivate *private = GIMP_IMAGE_GET_PRIVATE (image);
diff --git a/app/xcf/xcf-save.c b/app/xcf/xcf-save.c
index 855539c..f3a7746 100644
--- a/app/xcf/xcf-save.c
+++ b/app/xcf/xcf-save.c
@@ -418,7 +418,7 @@ xcf_save_image_props (XcfInfo    *info,
       /* Save the GIMP version we are trying to get compatible with.
        * This specific information is unused as of now though. */
       gimp_image_get_xcf_version (image, FALSE, &gimp_version, NULL);
-      compat_parasite = gimp_parasite_new ("gimp-compatibility-mode",
+      compat_parasite = gimp_parasite_new ("gimp-xcf-foo",
                                            GIMP_PARASITE_PERSISTENT,
                                            sizeof (gimp_version),
                                            &gimp_version);


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