app: parasite renamed to gimp-xcf-compatibility-mode.
Commit 0ea7d85
was misunderstanding due to foo-lang (language spoken by
Mitch and others, but not me, it would seem!). :-P
This commit is contained in:
@ -365,7 +365,7 @@ xcf_load_image (Gimp *gimp,
|
|||||||
|
|
||||||
/* check for a gimp-compatibility-mode parasite */
|
/* check for a gimp-compatibility-mode parasite */
|
||||||
parasite = gimp_image_parasite_find (GIMP_IMAGE (image),
|
parasite = gimp_image_parasite_find (GIMP_IMAGE (image),
|
||||||
"gimp-xcf-foo");
|
"gimp-xcf-compatibility-mode");
|
||||||
if (parasite)
|
if (parasite)
|
||||||
{
|
{
|
||||||
GimpImagePrivate *private = GIMP_IMAGE_GET_PRIVATE (image);
|
GimpImagePrivate *private = GIMP_IMAGE_GET_PRIVATE (image);
|
||||||
|
@ -418,7 +418,7 @@ xcf_save_image_props (XcfInfo *info,
|
|||||||
/* Save the GIMP version we are trying to get compatible with.
|
/* Save the GIMP version we are trying to get compatible with.
|
||||||
* This specific information is unused as of now though. */
|
* This specific information is unused as of now though. */
|
||||||
gimp_image_get_xcf_version (image, FALSE, &gimp_version, NULL);
|
gimp_image_get_xcf_version (image, FALSE, &gimp_version, NULL);
|
||||||
compat_parasite = gimp_parasite_new ("gimp-xcf-foo",
|
compat_parasite = gimp_parasite_new ("gimp-xcf-compatibility-mode",
|
||||||
GIMP_PARASITE_PERSISTENT,
|
GIMP_PARASITE_PERSISTENT,
|
||||||
sizeof (gimp_version),
|
sizeof (gimp_version),
|
||||||
&gimp_version);
|
&gimp_version);
|
||||||
|
Reference in New Issue
Block a user