plug-ins: fix glitch in image parasite function renaming

This commit is contained in:
Michael Natterer 2011-03-08 14:21:57 +01:00
parent 7fae2b2d40
commit db6f3dfe89
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ run (const gchar *name,
{
if (!config.comment || !config.comment[0])
{
gimp_image_attach_parasite (image_ID, "gimp-comment");
gimp_image_detach_parasite (image_ID, "gimp-comment");
}
else
{