diff options
author | Ted Gould <ted@gould.cx> | 2010-08-19 13:56:42 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-19 13:56:42 -0500 |
commit | ced17927880fc723477afd0a7ee4be7aee9eac32 (patch) | |
tree | dff74e149544fc83aa9c5f3f81a692e2234c085d /tests/test-approver.c | |
parent | 0ed6b99eabe02ab86cd75303c7e7ca52a5392ab0 (diff) | |
download | libayatana-appindicator-ced17927880fc723477afd0a7ee4be7aee9eac32.tar.gz libayatana-appindicator-ced17927880fc723477afd0a7ee4be7aee9eac32.tar.bz2 libayatana-appindicator-ced17927880fc723477afd0a7ee4be7aee9eac32.zip |
Fix approver for function change
Diffstat (limited to 'tests/test-approver.c')
-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; } |