aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-shared.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-02 12:02:35 -0600
committerTed Gould <ted@gould.cx>2009-12-02 12:02:35 -0600
commit984759eaf0354ee99a177b185fed21ba0e5229ad (patch)
treeb246e31d89f79defb4d3f2e8ba26a7c716e6f816 /src/dbus-shared.h
parent47741f6a4e84f187858caa54dc625a9d3d5e2b07 (diff)
parentf0881be3b8f779e0411958e6637f8f29e5697cbb (diff)
downloadayatana-indicator-application-984759eaf0354ee99a177b185fed21ba0e5229ad.tar.gz
ayatana-indicator-application-984759eaf0354ee99a177b185fed21ba0e5229ad.tar.bz2
ayatana-indicator-application-984759eaf0354ee99a177b185fed21ba0e5229ad.zip
Changing the name from indicator-custom to indicator-application
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r--src/dbus-shared.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h
index 364ac46..f8e7cce 100644
--- a/src/dbus-shared.h
+++ b/src/dbus-shared.h
@@ -1,10 +1,10 @@
-#define INDICATOR_CUSTOM_DBUS_ADDR "org.ayatana.indicator.custom"
-#define INDICATOR_CUSTOM_DBUS_OBJ "/org/ayatana/indicator/custom/service"
-#define INDICATOR_CUSTOM_DBUS_IFACE "org.ayatana.indicator.custom.service"
+#define INDICATOR_APPLICATION_DBUS_ADDR "org.ayatana.indicator.application"
+#define INDICATOR_APPLICATION_DBUS_OBJ "/org/ayatana/indicator/application/service"
+#define INDICATOR_APPLICATION_DBUS_IFACE "org.ayatana.indicator.application.service"
-#define NOTIFICATION_WATCHER_DBUS_OBJ "/org/ayatana/indicator/custom/NotificationWatcher"
-#define NOTIFICATION_WATCHER_DBUS_IFACE "org.ayatana.indicator.custom.NotificationWatcher"
+#define NOTIFICATION_WATCHER_DBUS_OBJ "/org/ayatana/indicator/application/NotificationWatcher"
+#define NOTIFICATION_WATCHER_DBUS_IFACE "org.ayatana.indicator.application.NotificationWatcher"
-#define NOTIFICATION_ITEM_DBUS_IFACE "org.ayatana.indicator.custom.NotificationItem"
+#define NOTIFICATION_ITEM_DBUS_IFACE "org.ayatana.indicator.application.NotificationItem"