plug-ins: the "icc-profile" parasite must be undoable

This commit is contained in:
Michael Natterer 2015-04-18 23:57:10 +02:00
parent 9ca17eebf9
commit 3cda160fc1
1 changed files with 2 additions and 1 deletions

View File

@ -1110,7 +1110,8 @@ load_resource_1039 (const PSDimageres *res_a,
}
parasite = gimp_parasite_new (GIMP_PARASITE_ICC_PROFILE,
GIMP_PARASITE_PERSISTENT,
GIMP_PARASITE_PERSISTENT |
GIMP_PARASITE_UNDOABLE,
res_a->data_len, icc_profile);
gimp_image_attach_parasite (image_id, parasite);
gimp_parasite_free (parasite);