[Telepathy-commits] [telepathy-gabble/master] tubes-channel: call update_tubes_presence when the tube is open so we'll announce the tube we just accepted
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Thu Feb 5 03:20:12 PST 2009
---
src/tubes-channel.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/tubes-channel.c b/src/tubes-channel.c
index bd89113..ce851df 100644
--- a/src/tubes-channel.c
+++ b/src/tubes-channel.c
@@ -489,6 +489,8 @@ tube_opened_cb (GabbleTubeIface *tube,
add_yourself_in_dbus_names (self, tube_id);
}
+ update_tubes_presence (self);
+
tp_svc_channel_type_tubes_emit_tube_state_changed (self, tube_id,
TP_TUBE_STATE_OPEN);
}
--
1.5.6.5
More information about the telepathy-commits
mailing list