summaryrefslogtreecommitdiff
path: root/telepathy-logger/call-channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/call-channel.c')
-rw-r--r--telepathy-logger/call-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/call-channel.c b/telepathy-logger/call-channel.c
index 0413b35..3a0e779 100644
--- a/telepathy-logger/call-channel.c
+++ b/telepathy-logger/call-channel.c
@@ -60,7 +60,7 @@ get_contacts (TplCallChannel *self,
{
TplCallChannelPriv *priv = self->priv;
TpChannel *chan = TP_CHANNEL (self);
- TpConnection *con = tp_channel_borrow_connection (chan);
+ TpConnection *con = tp_channel_get_connection (chan);
GHashTable *members;
GHashTableIter iter;
TpHandle handle;