[gimp] app: sync tests with gimp-2-10.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: sync tests with gimp-2-10.
- Date: Sun, 16 Jun 2019 18:10:29 +0000 (UTC)
commit 940dbdf6a7964058de68239e69b9c3612401d645
Author: Jehan <jehan girinstud io>
Date: Sun Jun 16 13:57:55 2019 +0200
app: sync tests with gimp-2-10.
Commits e70c08cdd01dcae7117f880dfc286e178fe4a262 from mitch and mine
(5335f313d97f65a3f8f8f21159e6bd7c699f67d2) 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).
app/tests/test-xcf.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/app/tests/test-xcf.c b/app/tests/test-xcf.c
index 9a10ac1cac..6cf313d118 100644
--- a/app/tests/test-xcf.c
+++ b/app/tests/test-xcf.c
@@ -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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]