aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-01 11:41:53 -0800
committerTed Gould <ted@gould.cx>2010-02-01 11:41:53 -0800
commitd6090e476c3a1041d0c6216d0127429e3a7842e3 (patch)
tree6813f9b7117a5cf6fb9fc88c15e858940f9f99ae /src/application-service-appstore.c
parentae7bfd4df40c251638f35d301f5d684857b0d47e (diff)
parentc73f5af91cace98d07161252b1a78bb3203e67a8 (diff)
downloadayatana-indicator-application-d6090e476c3a1041d0c6216d0127429e3a7842e3.tar.gz
ayatana-indicator-application-d6090e476c3a1041d0c6216d0127429e3a7842e3.tar.bz2
ayatana-indicator-application-d6090e476c3a1041d0c6216d0127429e3a7842e3.zip
Fixing the name of the enum strings to match the StatusNotifier spec.
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 {