aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-data.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-26 13:52:21 -0500
committerTed Gould <ted@canonical.com>2009-08-26 13:52:21 -0500
commitec04bfc2ba1caed976374344ae7bf7fb71cad38c (patch)
tree538e86457d57eed996d973dbfa396691e4837456 /src/dbus-data.h
parent81560d65d5a4899e748ed2f6aeb735ee42255348 (diff)
parentb40cfc60b5aa3ee0c5794f0c9f78411f7d8f4759 (diff)
downloadayatana-indicator-messages-ec04bfc2ba1caed976374344ae7bf7fb71cad38c.tar.gz
ayatana-indicator-messages-ec04bfc2ba1caed976374344ae7bf7fb71cad38c.tar.bz2
ayatana-indicator-messages-ec04bfc2ba1caed976374344ae7bf7fb71cad38c.zip
Merging in changes to make the green dot appear and the icon hide when no one is there.
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__ */