mirror of https://github.com/GNOME/gimp.git
app: sync tests with gimp-2-10.
Commitse70c08cdd0
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:
parent
5160f51676
commit
940dbdf6a7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue