[gegl] gegl: keep capitalization of param types consistant



commit b0191c3852fb5dba27274c99e96ce1644e9d5f6a
Author: Clayton Walker <clayton m walker gmail com>
Date:   Sun Oct 20 02:49:07 2013 -0600

    gegl: keep capitalization of param types consistant

 gegl/property-types/gegl-paramspecs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gegl/property-types/gegl-paramspecs.c b/gegl/property-types/gegl-paramspecs.c
index 0652667..2438306 100644
--- a/gegl/property-types/gegl-paramspecs.c
+++ b/gegl/property-types/gegl-paramspecs.c
@@ -118,7 +118,7 @@ gegl_param_int_get_type (void)
         (GInstanceInitFunc) gegl_param_int_init
       };
       type = g_type_register_static (G_TYPE_PARAM_INT,
-                                     "GeglParamint", &info, 0);
+                                     "GeglParamInt", &info, 0);
     }
   return type;
 }


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