diff options
author | Ted Gould <ted@gould.cx> | 2010-01-12 10:03:03 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-12 10:03:03 -0600 |
commit | b2198be3bc7c5135e4bf206d3eff1e5838fdbc84 (patch) | |
tree | 951f68527429caf452b004c56ea964325151f174 /tests/test-libappindicator-dbus-client.c | |
parent | f8d6a7d026be10ea4cdb486cfa945ad697403f26 (diff) | |
parent | abd41dd91774e0755c226a3c960aa3b31f56cf65 (diff) | |
download | ayatana-indicator-application-b2198be3bc7c5135e4bf206d3eff1e5838fdbc84.tar.gz ayatana-indicator-application-b2198be3bc7c5135e4bf206d3eff1e5838fdbc84.tar.bz2 ayatana-indicator-application-b2198be3bc7c5135e4bf206d3eff1e5838fdbc84.zip |
Updating to trunk
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) { |