aboutsummaryrefslogtreecommitdiff
path: root/tests/test-libappindicator-dbus-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-11 08:41:13 -0600
committerTed Gould <ted@gould.cx>2010-02-11 08:41:13 -0600
commit0e783eb26287d21359e4c23beb26601300c5b353 (patch)
tree815836f52b41fafe2844c532e55afee9c625b97d /tests/test-libappindicator-dbus-client.c
parent07cba3340daeb169dc1e2ef28c01bafa7fb60448 (diff)
parentec5e7ea86df0da2859bfe4de9d668ce66987d8ab (diff)
downloadayatana-indicator-application-0e783eb26287d21359e4c23beb26601300c5b353.tar.gz
ayatana-indicator-application-0e783eb26287d21359e4c23beb26601300c5b353.tar.bz2
ayatana-indicator-application-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.c2
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) {