diff options
author | Ted Gould <ted@gould.cx> | 2009-12-02 12:05:28 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-02 12:05:28 -0600 |
commit | 5317413c8321c19e844664721aae963b5fa00d9a (patch) | |
tree | e716e959353ef0ea12c0f186b97b0f26dd156832 /tests/test-defines.h | |
parent | f897644bc0a7908665718495d8991310cc11b170 (diff) | |
parent | 5c4e31a5c9310845ca8e5260545e1bff78e0b5ea (diff) | |
download | libayatana-appindicator-5317413c8321c19e844664721aae963b5fa00d9a.tar.gz libayatana-appindicator-5317413c8321c19e844664721aae963b5fa00d9a.tar.bz2 libayatana-appindicator-5317413c8321c19e844664721aae963b5fa00d9a.zip |
* Massive name change.
* debian/* changing packaging to not be "custom" anymore and now
everything is "application"
* debian/control: Splitting out libappindicator
* Adding debian/libappindicator0.install,
debian/libappindicator-dev.install,
debian/indicator-application.install
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" |