aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-19 13:58:41 -0500
committerTed Gould <ted@gould.cx>2010-08-19 13:58:41 -0500
commitf71709a52cd03f15f5a64a39d5cd5496703e0200 (patch)
treecff652ebe7f4326beda98df6b7e2298c9aebfd71 /tests
parent80345b2c57c463eea1474a1bae5d94f45852eaec (diff)
parent101c8ff39cb98078b064d14cb2f4bac1373915ee (diff)
downloadlibayatana-appindicator-f71709a52cd03f15f5a64a39d5cd5496703e0200.tar.gz
libayatana-appindicator-f71709a52cd03f15f5a64a39d5cd5496703e0200.tar.bz2
libayatana-appindicator-f71709a52cd03f15f5a64a39d5cd5496703e0200.zip
* New upstream release.
* Allowing approvers to change thier mind
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;
}