From 5cdb08a0601008eb6fa3402d7a34406e358ccdf7 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 7 May 2012 11:10:17 +0200 Subject: Use TP_ERROR instead of TP_ERRORS The latter has been deprecated in tp-glib master. --- src/empathy-call-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-call-factory.c') diff --git a/src/empathy-call-factory.c b/src/empathy-call-factory.c index 95c828d94..783c44e95 100644 --- a/src/empathy-call-factory.c +++ b/src/empathy-call-factory.c @@ -268,7 +268,7 @@ approve_channels (TpBaseClient *client, EmpathyCallFactory *self = EMPATHY_CALL_FACTORY (client); TpCallChannel *channel; guint handle; - GError error = { TP_ERRORS, TP_ERROR_INVALID_ARGUMENT, "" }; + GError error = { TP_ERROR, TP_ERROR_INVALID_ARGUMENT, "" }; gboolean handled = FALSE; channel = find_call_channel (channels); -- cgit v1.2.3