[gimp-perl] Fixed 15-year old cut and paste error.



commit 915e837da703d99510eb91c96da254dd96de952b
Author: Ed J <edj src gnome org>
Date:   Wed May 14 20:46:18 2014 +0100

    Fixed 15-year old cut and paste error.

 Gimp.xs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Gimp.xs b/Gimp.xs
index fa1e9da..3b76c66 100644
--- a/Gimp.xs
+++ b/Gimp.xs
@@ -272,7 +272,7 @@ BOOT:
    ADD_GIMP_CONST("EXPORT_NEEDS_ALPHA", GIMP_EXPORT_NEEDS_ALPHA);
 
    ADD_GIMP_CONST("EXPORT_CANCEL", GIMP_EXPORT_CANCEL);
-   ADD_GIMP_CONST("EXPORT_IGNORE", GIMP_EXPORT_CANCEL);
+   ADD_GIMP_CONST("EXPORT_IGNORE", GIMP_EXPORT_IGNORE);
    ADD_GIMP_CONST("EXPORT_EXPORT", GIMP_EXPORT_EXPORT);
 
    ADD_GIMP_CONST("TRUE", TRUE);


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