aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-19 13:57:51 -0500
committerTed Gould <ted@gould.cx>2010-08-19 13:57:51 -0500
commit101c8ff39cb98078b064d14cb2f4bac1373915ee (patch)
tree604da391223c07642248e9ce2bfccab597626995 /tests
parent0d7fd31a80004f13ba3e7ffc608660a9cfe351d2 (diff)
parentb51c1debf9807ad357564975c394badbafccaa1b (diff)
downloadayatana-indicator-application-101c8ff39cb98078b064d14cb2f4bac1373915ee.tar.gz
ayatana-indicator-application-101c8ff39cb98078b064d14cb2f4bac1373915ee.tar.bz2
ayatana-indicator-application-101c8ff39cb98078b064d14cb2f4bac1373915ee.zip
Import upstream version 0.2.5
Diffstat (limited to 'tests')
-rw-r--r--tests/test-approver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-approver.c b/tests/test-approver.c
index bc25761..2665505 100644
--- a/tests/test-approver.c
+++ b/tests/test-approver.c
@@ -128,7 +128,7 @@ check_for_service (gpointer user_data)
NOTIFICATION_WATCHER_DBUS_IFACE);
g_debug("Registering Approver");
- org_kde_StatusNotifierWatcher_register_notification_approver_async (proxy, APPROVER_PATH, &cats, register_cb, NULL);
+ org_kde_StatusNotifierWatcher_x_ayatana_register_notification_approver_async (proxy, APPROVER_PATH, &cats, register_cb, NULL);
return FALSE;
}