aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-19 13:56:42 -0500
committerTed Gould <ted@gould.cx>2010-08-19 13:56:42 -0500
commitced17927880fc723477afd0a7ee4be7aee9eac32 (patch)
treedff74e149544fc83aa9c5f3f81a692e2234c085d /tests
parent0ed6b99eabe02ab86cd75303c7e7ca52a5392ab0 (diff)
downloadayatana-indicator-application-ced17927880fc723477afd0a7ee4be7aee9eac32.tar.gz
ayatana-indicator-application-ced17927880fc723477afd0a7ee4be7aee9eac32.tar.bz2
ayatana-indicator-application-ced17927880fc723477afd0a7ee4be7aee9eac32.zip
Fix approver for function change
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;
}