diff options
author | Ted Gould <ted@gould.cx> | 2010-02-04 16:45:32 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-04 16:45:32 -0800 |
commit | 33edaca78f98d3a4b0f1eccf7076b3c659ec90e4 (patch) | |
tree | 56db9b794df727e4f7a717e85b9ec49600c69a66 /src/application-service-appstore.c | |
parent | f25e2f07b3afbdfbe6088bb913cf091620a4ad16 (diff) | |
parent | f8ab455538c130ce03132e2557c9363e9a808156 (diff) | |
download | ayatana-indicator-application-33edaca78f98d3a4b0f1eccf7076b3c659ec90e4.tar.gz ayatana-indicator-application-33edaca78f98d3a4b0f1eccf7076b3c659ec90e4.tar.bz2 ayatana-indicator-application-33edaca78f98d3a4b0f1eccf7076b3c659ec90e4.zip |
* Upstream release 0.0.11
* Interoperability Fixes
* Adding in XVFB support for tests
* Adding support for icons with the '-panel' suffix
Diffstat (limited to 'src/application-service-appstore.c')
-rw-r--r-- | src/application-service-appstore.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c index 5b0cc15..70fab18 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -55,9 +55,9 @@ struct _ApplicationServiceAppstorePrivate { AppLruFile * lrufile; }; -#define APP_STATUS_PASSIVE_STR "passive" -#define APP_STATUS_ACTIVE_STR "active" -#define APP_STATUS_ATTENTION_STR "attention" +#define APP_STATUS_PASSIVE_STR "Passive" +#define APP_STATUS_ACTIVE_STR "Active" +#define APP_STATUS_ATTENTION_STR "NeedsAttention" typedef enum _ApplicationStatus ApplicationStatus; enum _ApplicationStatus { |