diff options
author | Ted Gould <ted@canonical.com> | 2009-10-22 14:15:53 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-22 14:15:53 -0500 |
commit | 199365d6ddaa30851c0a291fdfa288a8bc8ecb5f (patch) | |
tree | fe64539d919eed8d63ebe63c7ff5f97750cc7640 /tests/test-libcustomindicator-dbus-client.c | |
parent | 9db2ce55c3f314f6547a00e592f0caf8a45f8f01 (diff) | |
download | libayatana-appindicator-199365d6ddaa30851c0a291fdfa288a8bc8ecb5f.tar.gz libayatana-appindicator-199365d6ddaa30851c0a291fdfa288a8bc8ecb5f.tar.bz2 libayatana-appindicator-199365d6ddaa30851c0a291fdfa288a8bc8ecb5f.zip |
Settng the right path
Diffstat (limited to 'tests/test-libcustomindicator-dbus-client.c')
-rw-r--r-- | tests/test-libcustomindicator-dbus-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libcustomindicator-dbus-client.c b/tests/test-libcustomindicator-dbus-client.c index 0ac1071..a506760 100644 --- a/tests/test-libcustomindicator-dbus-client.c +++ b/tests/test-libcustomindicator-dbus-client.c @@ -102,7 +102,7 @@ main (gint argc, gchar * argv[]) DBusGProxy * props = dbus_g_proxy_new_for_name_owner(session_bus, ":1.0", - "/test", + "/need/a/path", DBUS_INTERFACE_PROPERTIES, &error); if (error != NULL) { |