Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
0ea7d855
Commit
0ea7d855
authored
Sep 01, 2015
by
Jehan
Browse files
app: rename compat parasite s/gimp-compatibility-mode/gimp-xcf-foo/
Not sure why, ask Mitch! :-)
parent
9d9f30e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/xcf/xcf-load.c
View file @
0ea7d855
...
...
@@ -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
);
...
...
app/xcf/xcf-save.c
View file @
0ea7d855
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment