aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-data.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-25 21:39:54 -0500
committerTed Gould <ted@canonical.com>2009-08-25 21:39:54 -0500
commit7258fe52ed30b06de812773f123fedabb90efe89 (patch)
tree7262dbd56006d8e39263b2ebd1881fa23aff6667 /src/dbus-data.h
parent81560d65d5a4899e748ed2f6aeb735ee42255348 (diff)
downloadayatana-indicator-messages-7258fe52ed30b06de812773f123fedabb90efe89.tar.gz
ayatana-indicator-messages-7258fe52ed30b06de812773f123fedabb90efe89.tar.bz2
ayatana-indicator-messages-7258fe52ed30b06de812773f123fedabb90efe89.zip
Switching to ayatana.org and adding a new name for the service as a whole.
Diffstat (limited to 'src/dbus-data.h')
-rw-r--r--src/dbus-data.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/dbus-data.h b/src/dbus-data.h
index 4aeedf0..e7d4d26 100644
--- a/src/dbus-data.h
+++ b/src/dbus-data.h
@@ -2,7 +2,10 @@
#ifndef __DBUS_DATA_H__
#define __DBUS_DATA_H__ 1
-#define INDICATOR_MESSAGES_DBUS_NAME "com.ubuntu.indicator.messages"
-#define INDICATOR_MESSAGES_DBUS_OBJECT "/com/ubuntu/indicator/messages"
+#define INDICATOR_MESSAGES_DBUS_NAME "org.ayatana.indicator.messages"
+#define INDICATOR_MESSAGES_DBUS_OBJECT "/org/ayatana/indicator/messages/menu"
+
+#define INDICATOR_MESSAGES_DBUS_SERVICE_OBJECT "/org/ayatana/indicator/messages/service"
+#define INDICATOR_MESSAGES_DBUS_SERVICE_INTERFACE "org.ayatana.indicator.messages.service"
#endif /* __DBUS_DATA_H__ */