summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/test.c b/plugins/test.c
index 803a7aa9..70e231b8 100644
--- a/plugins/test.c
+++ b/plugins/test.c
@@ -77,7 +77,7 @@ test_plugin_create_sidecar_async (
}
else
{
- g_simple_async_result_set_error (result, TP_ERRORS,
+ g_simple_async_result_set_error (result, TP_ERROR,
TP_ERROR_NOT_IMPLEMENTED, "'%s' not implemented", sidecar_interface);
}