diff options
author | Ted Gould <ted@gould.cx> | 2010-02-11 08:41:13 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-11 08:41:13 -0600 |
commit | 0e783eb26287d21359e4c23beb26601300c5b353 (patch) | |
tree | 815836f52b41fafe2844c532e55afee9c625b97d /tests/test-libappindicator-dbus-client.c | |
parent | 07cba3340daeb169dc1e2ef28c01bafa7fb60448 (diff) | |
parent | ec5e7ea86df0da2859bfe4de9d668ce66987d8ab (diff) | |
download | libayatana-appindicator-0e783eb26287d21359e4c23beb26601300c5b353.tar.gz libayatana-appindicator-0e783eb26287d21359e4c23beb26601300c5b353.tar.bz2 libayatana-appindicator-0e783eb26287d21359e4c23beb26601300c5b353.zip |
Fix to make the dbus paths unique by using the ID of the application.
Diffstat (limited to 'tests/test-libappindicator-dbus-client.c')
-rw-r--r-- | tests/test-libappindicator-dbus-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libappindicator-dbus-client.c b/tests/test-libappindicator-dbus-client.c index 5a7107f..6125d36 100644 --- a/tests/test-libappindicator-dbus-client.c +++ b/tests/test-libappindicator-dbus-client.c @@ -200,7 +200,7 @@ main (gint argc, gchar * argv[]) DBusGProxy * props = dbus_g_proxy_new_for_name_owner(session_bus, ":1.0", - "/org/ayatana/NotificationItem", + "/org/ayatana/NotificationItem/my_id", DBUS_INTERFACE_PROPERTIES, &error); if (error != NULL) { |