From 00c47642a916ef41e7237b7ab84a488557876640 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 16 Oct 2009 14:31:50 -0500 Subject: Fixing the templates. --- src/libcustomindicator/custom-indicator-enum-types.c.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcustomindicator/custom-indicator-enum-types.c.in') diff --git a/src/libcustomindicator/custom-indicator-enum-types.c.in b/src/libcustomindicator/custom-indicator-enum-types.c.in index 51512f6..3f97040 100644 --- a/src/libcustomindicator/custom-indicator-enum-types.c.in +++ b/src/libcustomindicator/custom-indicator-enum-types.c.in @@ -9,7 +9,7 @@ /*** BEGIN value-header ***/ GType -@enum_name@_get_type (void) +@EnumName@_get_type (void) { static GType etype = 0; if (G_UNLIKELY(etype == 0)) { -- cgit v1.2.3