diff options
author | Ted Gould <ted@gould.cx> | 2009-12-01 09:22:17 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-01 09:22:17 -0600 |
commit | 1566a997ddea244cee33e7e8382017e5a93a3cce (patch) | |
tree | 09a4c12734929fa2da38750a9d676b14bfc21a15 /src/dbus-shared.h | |
parent | 113fc34a5865253cd1508cce2973eb7aefddc2ab (diff) | |
parent | f0881be3b8f779e0411958e6637f8f29e5697cbb (diff) | |
download | libayatana-appindicator-1566a997ddea244cee33e7e8382017e5a93a3cce.tar.gz libayatana-appindicator-1566a997ddea244cee33e7e8382017e5a93a3cce.tar.bz2 libayatana-appindicator-1566a997ddea244cee33e7e8382017e5a93a3cce.zip |
Massive name change.
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r-- | src/dbus-shared.h | 12 |
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" |