summaryrefslogtreecommitdiff
path: root/telepathy-glib/call-stream-endpoint.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-12-09 15:33:51 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-10 09:52:45 +0100
commit204f700e0d45d6dce65f12ef4c84d3de3f50a35e (patch)
tree6b9f09dfd2befffdbd3b9b26d9ba8f6230f897b6 /telepathy-glib/call-stream-endpoint.c
parentb68d0a041345e8967f55b75e039a985c298cfb3f (diff)
downloadtelepathy-glib-204f700e0d45d6dce65f12ef4c84d3de3f50a35e.tar.gz
Fix Initialising->Initialised transition
Diffstat (limited to 'telepathy-glib/call-stream-endpoint.c')
-rw-r--r--telepathy-glib/call-stream-endpoint.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/call-stream-endpoint.c b/telepathy-glib/call-stream-endpoint.c
index 2db92e65e..d08193cb6 100644
--- a/telepathy-glib/call-stream-endpoint.c
+++ b/telepathy-glib/call-stream-endpoint.c
@@ -799,7 +799,8 @@ call_stream_endpoint_set_endpoint_state (TpSvcCallStreamEndpoint *iface,
component, state);
if (component == TP_STREAM_COMPONENT_DATA &&
- state == TP_STREAM_ENDPOINT_STATE_PROVISIONALLY_CONNECTED)
+ (state == TP_STREAM_ENDPOINT_STATE_PROVISIONALLY_CONNECTED ||
+ state == TP_STREAM_ENDPOINT_STATE_FULLY_CONNECTED))
{
_tp_base_call_channel_maybe_initizalised (
_tp_base_call_stream_get_channel (