aboutsummaryrefslogtreecommitdiff
path: root/src/libcustomindicator/custom-indicator-enum-types.c.in
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-17 22:25:55 -0500
committerTed Gould <ted@canonical.com>2009-10-17 22:25:55 -0500
commit49bddff4fb8b4a469fa0896ae69213db2abf8782 (patch)
treeed2f10a343ecb9962b6aa677ee62349fe0c43839 /src/libcustomindicator/custom-indicator-enum-types.c.in
parent7b45f659ffad3db1d40b06dfba3e33fc42fc9eb3 (diff)
parent72815e195b42b8c4ed94f09af4b86a0d94393e5e (diff)
downloadayatana-indicator-application-49bddff4fb8b4a469fa0896ae69213db2abf8782.tar.gz
ayatana-indicator-application-49bddff4fb8b4a469fa0896ae69213db2abf8782.tar.bz2
ayatana-indicator-application-49bddff4fb8b4a469fa0896ae69213db2abf8782.zip
Switching the name to be more consistent.
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 3f97040..51512f6 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
-@EnumName@_get_type (void)
+@enum_name@_get_type (void)
{
static GType etype = 0;
if (G_UNLIKELY(etype == 0)) {