From 094abe9be672d036ad1c80d9cd8bfb82e9236580 Mon Sep 17 00:00:00 2001 From: Michael J Gruber Date: Wed, 2 Mar 2011 21:17:58 +0100 Subject: [PATCH] save comment for xcf as well --- conformal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conformal.py b/conformal.py index e19d314..16c5bfc 100755 --- a/conformal.py +++ b/conformal.py @@ -123,7 +123,7 @@ def conformal_core(width, height, code, xl, xr, yt, yb, grid, gradient, filename pdb.plug_in_vinvert(image,drawables[2]) if image.parasite_find("gimp-comment"): image.parasite.detach("gimp-comment") - image.attach_new_parasite("gimp-comment", 0, """# conformal %s + image.attach_new_parasite("gimp-comment", PARASITE_PERSISTENT, """# conformal %s code = \"\"\"%s \"\"\" xl = %f -- 2.11.4.GIT