[telepathy-gabble/telepathy-gabble-0.8] Implement StreamedMedia.ImmutableStreams correctly

Will Thompson will.thompson at collabora.co.uk
Mon Oct 19 07:41:48 PDT 2009


---
 src/media-channel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/media-channel.c b/src/media-channel.c
index 78c57ef..8c9c48d 100644
--- a/src/media-channel.c
+++ b/src/media-channel.c
@@ -436,7 +436,7 @@ gabble_media_channel_constructor (GType type, guint n_props,
       TpChannelMediaCapabilities flags = 0;
 
       if (presence != NULL)
-          _gabble_media_channel_caps_to_typeflags (presence->caps);
+        flags = _gabble_media_channel_caps_to_typeflags (presence->caps);
 
       if (flags & TP_CHANNEL_MEDIA_CAPABILITY_IMMUTABLE_STREAMS)
         priv->immutable_streams = TRUE;
-- 
1.5.6.5



More information about the telepathy-commits mailing list