aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-shared.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-08 15:42:52 -0600
committerTed Gould <ted@gould.cx>2010-01-08 15:42:52 -0600
commita3bf98e6efdca6183b835496fecf9a873dac3ad7 (patch)
tree26fd21d38e86f50404b7c8f40773dcb648be6276 /src/dbus-shared.h
parent7f93d0d46164ef3c3be5b6fbb20377528b95425f (diff)
parente5fbe723c8c8fdd3264a99e359c3ceac379d397e (diff)
downloadlibayatana-appindicator-a3bf98e6efdca6183b835496fecf9a873dac3ad7.tar.gz
libayatana-appindicator-a3bf98e6efdca6183b835496fecf9a873dac3ad7.tar.bz2
libayatana-appindicator-a3bf98e6efdca6183b835496fecf9a873dac3ad7.zip
* Upstream merge:
* Making the Notification Watcher register for it's own DBus name to keep the service one unique.
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r--src/dbus-shared.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h
index efc57a4..b8dc016 100644
--- a/src/dbus-shared.h
+++ b/src/dbus-shared.h
@@ -20,10 +20,11 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#define INDICATOR_APPLICATION_DBUS_ADDR "org.freedesktop.StatusNotifierWatcher"
+#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_ADDR "org.freedesktop.StatusNotifierWatcher"
#define NOTIFICATION_WATCHER_DBUS_OBJ "/StatusNotifierWatcher"
#define NOTIFICATION_WATCHER_DBUS_IFACE "org.freedesktop.StatusNotifierWatcher"