diff options
author | Ted Gould <ted@canonical.com> | 2009-10-16 16:04:18 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-16 16:04:18 -0500 |
commit | 8dc712f472d18ea7b5c179334652cfbdc33cbe30 (patch) | |
tree | 912b74a1a23d618890e13038e6f1ecab84b46ea5 /src | |
parent | 50e28fd237a7de7e3f28332711dc01c7fe8e4dbd (diff) | |
download | libayatana-appindicator-8dc712f472d18ea7b5c179334652cfbdc33cbe30.tar.gz libayatana-appindicator-8dc712f472d18ea7b5c179334652cfbdc33cbe30.tar.bz2 libayatana-appindicator-8dc712f472d18ea7b5c179334652cfbdc33cbe30.zip |
Oops, shouldn't be CLUTTER there.
Diffstat (limited to 'src')
-rw-r--r-- | src/libcustomindicator/custom-indicator-enum-types.h.in | 2 |
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 ***/ |