diff options
author | Ted Gould <ted@gould.cx> | 2009-12-02 12:02:35 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-02 12:02:35 -0600 |
commit | 984759eaf0354ee99a177b185fed21ba0e5229ad (patch) | |
tree | b246e31d89f79defb4d3f2e8ba26a7c716e6f816 /tests/test-defines.h | |
parent | 47741f6a4e84f187858caa54dc625a9d3d5e2b07 (diff) | |
parent | f0881be3b8f779e0411958e6637f8f29e5697cbb (diff) | |
download | libayatana-appindicator-984759eaf0354ee99a177b185fed21ba0e5229ad.tar.gz libayatana-appindicator-984759eaf0354ee99a177b185fed21ba0e5229ad.tar.bz2 libayatana-appindicator-984759eaf0354ee99a177b185fed21ba0e5229ad.zip |
Changing the name from indicator-custom to indicator-application
Diffstat (limited to 'tests/test-defines.h')
-rw-r--r-- | tests/test-defines.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-defines.h b/tests/test-defines.h index 9d1fc26..11e7a24 100644 --- a/tests/test-defines.h +++ b/tests/test-defines.h @@ -2,9 +2,9 @@ #define TEST_ID "my-id" #define TEST_ICON_NAME "my-icon-name" #define TEST_ATTENTION_ICON_NAME "my-attention-icon-name" -#define TEST_STATE CUSTOM_INDICATOR_STATUS_ACTIVE +#define TEST_STATE APP_INDICATOR_STATUS_ACTIVE #define TEST_STATE_S "active" -#define TEST_CATEGORY CUSTOM_INDICATOR_CATEGORY_APPLICATION_STATUS +#define TEST_CATEGORY APP_INDICATOR_CATEGORY_APPLICATION_STATUS #define TEST_CATEGORY_S "application-status" #define TEST_OBJECT "/an/object/path/to/use" |