diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-02-11 14:44:24 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-02-11 14:44:24 -0500 |
commit | 4102c4d56e73cab5b733efb9a5a28a4eaed8b81d (patch) | |
tree | c09cebf6b4b84b04fe7a0d31083296258a83f977 /tests/test-libappindicator-dbus-client.c | |
parent | c9d339ff50253e87e51045acf896a9663f582144 (diff) | |
parent | f7b909ce3b94c2afb8e8b8a31b63f579c8bcb92e (diff) | |
download | libayatana-appindicator-4102c4d56e73cab5b733efb9a5a28a4eaed8b81d.tar.gz libayatana-appindicator-4102c4d56e73cab5b733efb9a5a28a4eaed8b81d.tar.bz2 libayatana-appindicator-4102c4d56e73cab5b733efb9a5a28a4eaed8b81d.zip |
releasing version 0.0.13-0ubuntu10.0.13-0ubuntu1
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) { |