[gimp] plug-ins: fix glitch in image parasite function renaming
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: fix glitch in image parasite function renaming
- Date: Tue, 8 Mar 2011 13:22:23 +0000 (UTC)
commit db6f3dfe8938c601cbc0ef930b9997ef49f8c570
Author: Michael Natterer <mitch gimp org>
Date: Tue Mar 8 14:21:57 2011 +0100
plug-ins: fix glitch in image parasite function renaming
plug-ins/common/file-csource.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/file-csource.c b/plug-ins/common/file-csource.c
index bdd5f0f..52252df 100644
--- a/plug-ins/common/file-csource.c
+++ b/plug-ins/common/file-csource.c
@@ -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
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]