diff options
author | Ted Gould <ted@gould.cx> | 2009-11-30 13:21:45 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-11-30 13:21:45 -0600 |
commit | f0881be3b8f779e0411958e6637f8f29e5697cbb (patch) | |
tree | b246e31d89f79defb4d3f2e8ba26a7c716e6f816 /tests/test-defines.h | |
parent | 35d5c711028141dbca7907f550849b1bd1c8dfe7 (diff) | |
download | ayatana-indicator-application-f0881be3b8f779e0411958e6637f8f29e5697cbb.tar.gz ayatana-indicator-application-f0881be3b8f779e0411958e6637f8f29e5697cbb.tar.bz2 ayatana-indicator-application-f0881be3b8f779e0411958e6637f8f29e5697cbb.zip |
Changing the insides to remove the custom stuff.
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" |