aboutsummaryrefslogtreecommitdiff
path: root/src/app-indicator.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/app-indicator.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/app-indicator.c')
-rw-r--r--src/app-indicator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app-indicator.c b/src/app-indicator.c
index 781b630..240e1ca 100644
--- a/src/app-indicator.c
+++ b/src/app-indicator.c
@@ -129,7 +129,7 @@ enum {
#define PROP_CONNECTED_S "connected"
#define PROP_LABEL_S "label"
#define PROP_LABEL_GUIDE_S "label-guide"
-#define PROP_ORDERING_INDEX_S "ordering-index"
+#define PROP_ORDERING_INDEX_S "x-ayatana-ordering-index"
/* Private macro, shhhh! */
#define APP_INDICATOR_GET_PRIVATE(o) \