diff options
author | Ted Gould <ted@gould.cx> | 2010-01-08 15:42:52 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-08 15:42:52 -0600 |
commit | a3bf98e6efdca6183b835496fecf9a873dac3ad7 (patch) | |
tree | 26fd21d38e86f50404b7c8f40773dcb648be6276 /src/libappindicator | |
parent | 7f93d0d46164ef3c3be5b6fbb20377528b95425f (diff) | |
parent | e5fbe723c8c8fdd3264a99e359c3ceac379d397e (diff) | |
download | libayatana-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/libappindicator')
-rw-r--r-- | src/libappindicator/app-indicator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libappindicator/app-indicator.c b/src/libappindicator/app-indicator.c index 5868a4d..7560a97 100644 --- a/src/libappindicator/app-indicator.c +++ b/src/libappindicator/app-indicator.c @@ -530,7 +530,7 @@ check_connect (AppIndicator *self) GError * error = NULL; priv->watcher_proxy = dbus_g_proxy_new_for_name_owner(priv->connection, - INDICATOR_APPLICATION_DBUS_ADDR, + NOTIFICATION_WATCHER_DBUS_ADDR, NOTIFICATION_WATCHER_DBUS_OBJ, NOTIFICATION_WATCHER_DBUS_IFACE, &error); |