aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.c
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2010-02-04 17:45:52 -0800
committerSebastien Bacher <seb128@ubuntu.com>2010-02-04 17:45:52 -0800
commitb8830e1f10bffec7b3bcdacef125b4cbf5472d01 (patch)
tree83c86a160709350de6c76455ab45c5be818c5fef /src/application-service-appstore.c
parent10c9c763d83386c7a0dea94868d7238acee18ba9 (diff)
parent5bd28754757d8fa61fdad1d7f065d1c25c75befa (diff)
downloadayatana-indicator-application-b8830e1f10bffec7b3bcdacef125b4cbf5472d01.tar.gz
ayatana-indicator-application-b8830e1f10bffec7b3bcdacef125b4cbf5472d01.tar.bz2
ayatana-indicator-application-b8830e1f10bffec7b3bcdacef125b4cbf5472d01.zip
releasing version 0.0.11-0ubuntu10.0.11-0ubuntu1
Diffstat (limited to 'src/application-service-appstore.c')
-rw-r--r--src/application-service-appstore.c6
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 {