[Telepathy-commits] [telepathy-glib/master] ExampleCallableMediaChannel: remove FIXME comment
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Mar 17 09:26:36 PDT 2009
As wjt pointed out during code review, this implementation is correct;
Gabble's implementation is slightly incorrect but is not observably
different, because the actor for the addition of members or remote-pending
members is not stored or retrievable.
---
examples/cm/callable/media-channel.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/examples/cm/callable/media-channel.c b/examples/cm/callable/media-channel.c
index 94ac3c9..5bed551 100644
--- a/examples/cm/callable/media-channel.c
+++ b/examples/cm/callable/media-channel.c
@@ -154,11 +154,7 @@ constructed (GObject *object)
contact_repo, self->priv->conn->self_handle);
/* Initially, the channel contains the initiator as a member; they are also
- * the actor.
- *
- * (FIXME: in Gabble, the actor for the initiator being in the channel
- * is 0, although the actor for the self-handle being local-pending is
- * correctly the initiator) */
+ * the actor for the change that adds any initial members. */
members = tp_intset_new_containing (self->priv->initiator);
--
1.5.6.5
More information about the telepathy-commits
mailing list