aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-factory.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-07 17:10:17 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-09 19:54:17 +0800
commit5cdb08a0601008eb6fa3402d7a34406e358ccdf7 (patch)
treed9dbe02d4fbc841e267279fd74b3d504f2b8b2e0 /src/empathy-call-factory.c
parent689ad874fb13b6485e7f7c3a1c93bfb8e50b34e9 (diff)
downloadgsoc2013-empathy-5cdb08a0601008eb6fa3402d7a34406e358ccdf7.tar
gsoc2013-empathy-5cdb08a0601008eb6fa3402d7a34406e358ccdf7.tar.gz
gsoc2013-empathy-5cdb08a0601008eb6fa3402d7a34406e358ccdf7.tar.bz2
gsoc2013-empathy-5cdb08a0601008eb6fa3402d7a34406e358ccdf7.tar.lz
gsoc2013-empathy-5cdb08a0601008eb6fa3402d7a34406e358ccdf7.tar.xz
gsoc2013-empathy-5cdb08a0601008eb6fa3402d7a34406e358ccdf7.tar.zst
gsoc2013-empathy-5cdb08a0601008eb6fa3402d7a34406e358ccdf7.zip
Use TP_ERROR instead of TP_ERRORS
The latter has been deprecated in tp-glib master.
Diffstat (limited to 'src/empathy-call-factory.c')
-rw-r--r--src/empathy-call-factory.c2
1 files changed, 1 insertions, 1 deletions
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);