summaryrefslogtreecommitdiff
path: root/src/connection-contact-info.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-07 17:17:15 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-07 19:17:57 +0100
commitffa3b8074f3cddbaa9796871a1d887f3327456d4 (patch)
tree9fea24334cbde81973465b2deade8814536ffeaf /src/connection-contact-info.c
parent83c0f5a8f674794bab1b62aebb2c1bf21fa34c95 (diff)
downloadtelepathy-salut-ffa3b8074f3cddbaa9796871a1d887f3327456d4.tar.gz
Use TP_ERROR instead of long-deprecated TP_ERRORS
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49594 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
Diffstat (limited to 'src/connection-contact-info.c')
-rw-r--r--src/connection-contact-info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection-contact-info.c b/src/connection-contact-info.c
index 5e235fdb..c95a1ba9 100644
--- a/src/connection-contact-info.c
+++ b/src/connection-contact-info.c
@@ -340,7 +340,7 @@ salut_conn_contact_info_request_contact_info (
}
else
{
- error = g_error_new (TP_ERRORS, TP_ERROR_NOT_AVAILABLE,
+ error = g_error_new (TP_ERROR, TP_ERROR_NOT_AVAILABLE,
"No information available for '%s'",
tp_handle_inspect (contacts_repo, handle));
dbus_g_method_return_error (context, error);