summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo.moya@collabora.co.uk>2013-08-07 16:33:17 +0200
committerRodrigo Moya <rodrigo@gnome-db.org>2013-08-07 16:33:17 +0200
commit5717f1d45a792c1b718cb1389f41fa0d26ca39fb (patch)
tree01dd63f30a34e72cbdb659abc4181810716e97f9
parentf57a59706dbd99cd23d682ffd5e38b2a04b46022 (diff)
Use ring_call_channel_close, not ring_media_channel_close
-rw-r--r--src/ring-call-channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ring-call-channel.c b/src/ring-call-channel.c
index 4658e5f..79a049e 100644
--- a/src/ring-call-channel.c
+++ b/src/ring-call-channel.c
@@ -1260,7 +1260,7 @@ reply_to_modem_call_request_dial(ModemCallService *_service,
g_free(debug);
if (!priv->playing)
- ring_media_channel_close(RING_MEDIA_CHANNEL(self));
+ ring_call_channel_close(RING_CALL_CHANNEL(self));
}
/* ---------------------------------------------------------------------- */
@@ -1701,7 +1701,7 @@ ring_call_channel_remove_member_with_reason(GObject *iface,
tp_group_mixin_change_members(iface, message, NULL, set, NULL, NULL,
mixin->self_handle, reason);
tp_intset_destroy(set);
- ring_media_channel_close(RING_MEDIA_CHANNEL(self));
+ ring_call_channel_close(RING_CALL_CHANNEL(self));
}
return TRUE;