aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-16 16:04:18 -0500
committerTed Gould <ted@canonical.com>2009-10-16 16:04:18 -0500
commit8dc712f472d18ea7b5c179334652cfbdc33cbe30 (patch)
tree912b74a1a23d618890e13038e6f1ecab84b46ea5
parent50e28fd237a7de7e3f28332711dc01c7fe8e4dbd (diff)
downloadayatana-indicator-application-8dc712f472d18ea7b5c179334652cfbdc33cbe30.tar.gz
ayatana-indicator-application-8dc712f472d18ea7b5c179334652cfbdc33cbe30.tar.bz2
ayatana-indicator-application-8dc712f472d18ea7b5c179334652cfbdc33cbe30.zip
Oops, shouldn't be CLUTTER there.
-rw-r--r--src/libcustomindicator/custom-indicator-enum-types.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcustomindicator/custom-indicator-enum-types.h.in b/src/libcustomindicator/custom-indicator-enum-types.h.in
index 4f636d4..4a6c9bd 100644
--- a/src/libcustomindicator/custom-indicator-enum-types.h.in
+++ b/src/libcustomindicator/custom-indicator-enum-types.h.in
@@ -28,6 +28,6 @@ G_END_DECLS
Return value: A registered type for the enum
*/
GType @EnumName@_get_type (void) G_GNUC_CONST;
-#define CLUTTER_TYPE_@ENUMSHORT@ (@EnumName@_get_type())
+#define CUSTOM_INDICATOR_TYPE_@ENUMSHORT@ (@EnumName@_get_type())
/*** END value-header ***/