aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-27 10:27:55 -0600
committerTed Gould <ted@gould.cx>2010-01-27 10:27:55 -0600
commit53821e94334efe2ef43f2968f8a82e1decaa1c3b (patch)
tree372183555b9348b6de77dba5b0192632fdd044fa /src
parent1b40a682eac74a10720e4941cb9fc5e45038d3da (diff)
downloadayatana-indicator-application-53821e94334efe2ef43f2968f8a82e1decaa1c3b.tar.gz
ayatana-indicator-application-53821e94334efe2ef43f2968f8a82e1decaa1c3b.tar.bz2
ayatana-indicator-application-53821e94334efe2ef43f2968f8a82e1decaa1c3b.zip
Changing the strings in the #defines here, but really we should be using the enum.
Diffstat (limited to 'src')
-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 {