From bd7a48ff7e9558d4df3082ba20d20dfed7770429 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 12 Jan 2010 00:06:47 -0600 Subject: Fixing the path for the tests. --- tests/test-libappindicator-dbus-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-libappindicator-dbus-client.c b/tests/test-libappindicator-dbus-client.c index 8598f9a..5a7107f 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", - "/need/a/path", + "/org/ayatana/NotificationItem", DBUS_INTERFACE_PROPERTIES, &error); if (error != NULL) { -- cgit v1.2.3