diff options
author | Ted Gould <ted@gould.cx> | 2010-08-19 13:57:51 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-19 13:57:51 -0500 |
commit | 101c8ff39cb98078b064d14cb2f4bac1373915ee (patch) | |
tree | 604da391223c07642248e9ce2bfccab597626995 /tests | |
parent | 0d7fd31a80004f13ba3e7ffc608660a9cfe351d2 (diff) | |
parent | b51c1debf9807ad357564975c394badbafccaa1b (diff) | |
download | ayatana-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.c | 2 |
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; } |