From a2094fddaa76f0437bae95c2da619e52e766e00c Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 28 Oct 2013 10:07:38 +0100 Subject: [PATCH 1/2] Adapt for use of ABI versions in generated code --- telepathy-logger/client-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1