[Telepathy-commits] [telepathy-gabble/master] When adding ourselves to the local-pending set for an incoming call, make the actor the handle of the caller (fd.o #14806)

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:52:02 PDT 2008


20080501163429-53eee-8f9032ccbd76c08b32845e22f4e724ebc0a0f893.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 65c0c1d..69057e1 100644
--- a/src/gabble-media-channel.c
+++ b/src/gabble-media-channel.c
@@ -347,7 +347,7 @@ _gabble_media_channel_dispatch_session_action (GabbleMediaChannel *chan,
       tp_intset_add (set, mixin->self_handle);
 
       tp_group_mixin_change_members ((GObject *)chan,
-          "", NULL, NULL, set, NULL, 0, 0);
+          "", NULL, NULL, set, NULL, peer, 0);
 
       tp_intset_destroy (set);
 
-- 
1.5.6.3




More information about the Telepathy-commits mailing list