aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-11 13:02:20 -0500
committerTed Gould <ted@gould.cx>2010-08-11 13:02:20 -0500
commit818f7c466b1a06cea9a70e11abcfc0fba13a37c7 (patch)
tree56dbd2765ae7f791a5fac1997bdfb458254c400f /src/application-service-appstore.c
parent73018411f1b744face28d15b2b73612b11726aba (diff)
downloadayatana-indicator-application-818f7c466b1a06cea9a70e11abcfc0fba13a37c7.tar.gz
ayatana-indicator-application-818f7c466b1a06cea9a70e11abcfc0fba13a37c7.tar.bz2
ayatana-indicator-application-818f7c466b1a06cea9a70e11abcfc0fba13a37c7.zip
Putting the ordering index into the 'x' domain.
Diffstat (limited to 'src/application-service-appstore.c')
-rw-r--r--src/application-service-appstore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c
index 57f8871..e067b90 100644
--- a/src/application-service-appstore.c
+++ b/src/application-service-appstore.c
@@ -47,8 +47,8 @@ static gboolean _application_service_server_get_applications (ApplicationService
#define NOTIFICATION_ITEM_PROP_ICON_THEME_PATH "IconThemePath"
#define NOTIFICATION_ITEM_PROP_MENU "Menu"
#define NOTIFICATION_ITEM_PROP_LABEL "Label"
-#define NOTIFICATION_ITEM_PROP_LABEL_GUIDE "LabelGuide"
-#define NOTIFICATION_ITEM_PROP_ORDERING_INDEX "OrderingIndex"
+#define NOTIFICATION_ITEM_PROP_LABEL_GUIDE "LabelGuide"
+#define NOTIFICATION_ITEM_PROP_ORDERING_INDEX "XAyatanaOrderingIndex"
#define NOTIFICATION_ITEM_SIG_NEW_ICON "NewIcon"
#define NOTIFICATION_ITEM_SIG_NEW_AICON "NewAttentionIcon"