[gimp] plug-ins: canonicalize curve-bend.



commit 011ae1546073f053562ae21d49efc658138b90fe
Author: Jehan <jehan girinstud io>
Date:   Sun Aug 18 21:50:14 2019 +0200

    plug-ins: canonicalize curve-bend.
    
    Since commit 11ce199cea9, we reject non-canonical procedure name. We
    have one such in our plug-ins in curve-bend. Fix this.

 plug-ins/common/curve-bend.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/common/curve-bend.c b/plug-ins/common/curve-bend.c
index 2437987ea5..1dce17c566 100644
--- a/plug-ins/common/curve-bend.c
+++ b/plug-ins/common/curve-bend.c
@@ -56,7 +56,7 @@
 #define PLUG_IN_AUTHOR      "Wolfgang Hofer (hof hotbot com)"
 #define PLUG_IN_COPYRIGHT   "Wolfgang Hofer"
 
-#define PLUG_IN_ITER_NAME       "plug_in_curve_bend_Iterator"
+#define PLUG_IN_ITER_NAME       "plug-in-curve-bend-Iterator"
 #define PLUG_IN_DATA_ITER_FROM  "plug_in_curve_bend_ITER_FROM"
 #define PLUG_IN_DATA_ITER_TO    "plug_in_curve_bend_ITER_TO"
 


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