app: sync tests with gimp-2-10.

Commits e70c08cdd0 from mitch and mine
(5335f313d9) clashed as we did the same
fix nearly the same time on both branches. Let's at least sync so that
the code is exactly the same (just to avoid potential merge conflicts in
the future).
This commit is contained in:
Jehan 2019-06-16 13:57:55 +02:00
parent 5160f51676
commit 940dbdf6a7
1 changed files with 2 additions and 1 deletions

View File

@ -464,7 +464,8 @@ gimp_create_mainimage (Gimp *gimp,
GIMP_PARASITE_PERSISTENT,
GIMP_MAINIMAGE_PARASITE_SIZE,
GIMP_MAINIMAGE_PARASITE_DATA);
gimp_image_parasite_attach (image, parasite, FALSE);
gimp_image_parasite_attach (image,
parasite, FALSE);
gimp_parasite_free (parasite);
parasite = gimp_parasite_new ("gimp-comment",
GIMP_PARASITE_PERSISTENT,