diff options
author | Ted Gould <ted@gould.cx> | 2010-01-12 00:09:13 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-12 00:09:13 -0600 |
commit | c20fb456f87ec1fa0a971862350921125b881833 (patch) | |
tree | da0c89d905769208791126f18862b42c781c4af8 /tests/test-libappindicator-dbus-client.c | |
parent | f905b80d73129395d7f6b76f6aa2d9c67539844b (diff) | |
parent | 0fda6a0de6a9fcc29b2e202e7820bdf1c90883db (diff) | |
download | libayatana-appindicator-c20fb456f87ec1fa0a971862350921125b881833.tar.gz libayatana-appindicator-c20fb456f87ec1fa0a971862350921125b881833.tar.bz2 libayatana-appindicator-c20fb456f87ec1fa0a971862350921125b881833.zip |
* Upstream update
* Distcheck fixes to tests and cleanfiles
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 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) { |