aboutsummaryrefslogtreecommitdiff
path: root/src/libcustomindicator/custom-indicator-enum-types.c.in
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-16 14:31:50 -0500
committerTed Gould <ted@canonical.com>2009-10-16 14:31:50 -0500
commit00c47642a916ef41e7237b7ab84a488557876640 (patch)
tree0ba7432216f7f0215595f531e87c911d634cc4bd /src/libcustomindicator/custom-indicator-enum-types.c.in
parent0b6ffb4f6ba06d90d2744fb29d929b9872947a9f (diff)
downloadayatana-indicator-application-00c47642a916ef41e7237b7ab84a488557876640.tar.gz
ayatana-indicator-application-00c47642a916ef41e7237b7ab84a488557876640.tar.bz2
ayatana-indicator-application-00c47642a916ef41e7237b7ab84a488557876640.zip
Fixing the templates.
Diffstat (limited to 'src/libcustomindicator/custom-indicator-enum-types.c.in')
-rw-r--r--src/libcustomindicator/custom-indicator-enum-types.c.in2
1 files changed, 1 insertions, 1 deletions
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)) {