[Telepathy-commits] [telepathy-gabble/master] gabble-media-channel.c: move comment as now we don't always add the peer to the members list
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue Aug 19 10:52:19 PDT 2008
20080512110049-7fe3f-365631bbc5c3659d2138819376eea02aa8dc1a48.gz
---
src/gabble-media-channel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gabble-media-channel.c b/src/gabble-media-channel.c
index 90fb6c0..8273d74 100644
--- a/src/gabble-media-channel.c
+++ b/src/gabble-media-channel.c
@@ -1307,7 +1307,6 @@ session_state_changed_cb (GabbleMediaSession *session,
set = tp_intset_new ();
- /* add the peer to the member list */
tp_intset_add (set, peer);
if (state >= JS_STATE_PENDING_INITIATE_SENT &&
@@ -1327,6 +1326,7 @@ session_state_changed_cb (GabbleMediaSession *session,
if (state == JS_STATE_ACTIVE &&
priv->creator == mixin->self_handle)
{
+ /* add the peer to the member list */
tp_group_mixin_change_members ((GObject *)channel,
"", set, NULL, NULL, NULL, 0, 0);
--
1.5.6.3
More information about the Telepathy-commits
mailing list