[gimp/gimp-2-10] app: add missing parameter in test-xcf.c



commit e70c08cdd01dcae7117f880dfc286e178fe4a262
Author: Michael Natterer <mitch gimp org>
Date:   Wed Jun 12 21:06:56 2019 +0200

    app: add missing parameter in test-xcf.c

 app/tests/test-xcf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/tests/test-xcf.c b/app/tests/test-xcf.c
index 230605a405..1ce7b08d32 100644
--- a/app/tests/test-xcf.c
+++ b/app/tests/test-xcf.c
@@ -462,13 +462,13 @@ gimp_create_mainimage (Gimp     *gimp,
                                 GIMP_MAINIMAGE_PARASITE_SIZE,
                                 GIMP_MAINIMAGE_PARASITE_DATA);
   gimp_image_parasite_attach (image,
-                              parasite);
+                              parasite, TRUE);
   gimp_parasite_free (parasite);
   parasite = gimp_parasite_new ("gimp-comment",
                                 GIMP_PARASITE_PERSISTENT,
                                 strlen (GIMP_MAINIMAGE_COMMENT) + 1,
                                 GIMP_MAINIMAGE_COMMENT);
-  gimp_image_parasite_attach (image, parasite);
+  gimp_image_parasite_attach (image, parasite, TRUE);
   gimp_parasite_free (parasite);
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]