aboutsummaryrefslogtreecommitdiff
path: root/tests/test-libappindicator-dbus-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-11 10:36:56 -0600
committerTed Gould <ted@gould.cx>2010-02-11 10:36:56 -0600
commitbbebb7a3907a59a1ef475dc9d5c8e65c1e1595d6 (patch)
tree696dbbeaeb19a90f291c4b5a0fa464cbbf39a591 /tests/test-libappindicator-dbus-client.c
parenta94ef5f210aad3624463e8edf40cc2f0499033fa (diff)
parent14abe9ad1ff1b09526b6f0f6410c2783e6dbd501 (diff)
downloadayatana-indicator-application-bbebb7a3907a59a1ef475dc9d5c8e65c1e1595d6.tar.gz
ayatana-indicator-application-bbebb7a3907a59a1ef475dc9d5c8e65c1e1595d6.tar.bz2
ayatana-indicator-application-bbebb7a3907a59a1ef475dc9d5c8e65c1e1595d6.zip
* Upstream release 0.0.13
* Changing the menu property to be a proper DBus object path * Make object paths unique by including application IDs in them
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) {