summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-28 10:07:38 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-28 10:07:38 +0100
commita2094fddaa76f0437bae95c2da619e52e766e00c (patch)
treeca06684b467daf753c4d5db3b49981015af624c1
parent36fd8599b7e4c5f5fece59ae2f19bc4ff59b791f (diff)
downloadtelepathy-logger-a2094fddaa76f0437bae95c2da619e52e766e00c.tar.gz
Adapt for use of ABI versions in generated code
-rw-r--r--telepathy-logger/client-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/client-factory.c b/telepathy-logger/client-factory.c
index 90be335..cedd189 100644
--- a/telepathy-logger/client-factory.c
+++ b/telepathy-logger/client-factory.c
@@ -48,7 +48,7 @@ create_channel_impl (TpClientFactory *self,
return (TpChannel *) _tpl_text_channel_new_with_factory (self, conn,
object_path, properties, error);
}
- else if (!tp_strdiff (chan_type, TP_IFACE_CHANNEL_TYPE_CALL))
+ else if (!tp_strdiff (chan_type, TP_IFACE_CHANNEL_TYPE_CALL1))
{
return (TpChannel *) _tpl_call_channel_new_with_factory (self, conn,
object_path, properties, error);