[next] telepathy-logger: Adapt for use of ABI versions in generated code

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Mon Oct 28 07:45:10 PDT 2013


Module: telepathy-logger
Branch: next
Commit: a2094fddaa76f0437bae95c2da619e52e766e00c
URL:    http://cgit.freedesktop.org/telepathy/telepathy-logger/commit/?id=a2094fddaa76f0437bae95c2da619e52e766e00c

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Mon Oct 28 10:07:38 2013 +0100

Adapt for use of ABI versions in generated code

---

 telepathy-logger/client-factory.c |    2 +-
 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);



More information about the telepathy-commits mailing list