[Telepathy-commits] [telepathy-gabble/master] gabble_tubes_channel_accept_d_bus_tube: remove update_tubes_presence and add_yourself_in_dbus_names as they are called in tube_opened
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Thu Feb 5 03:20:59 PST 2009
---
src/tubes-channel.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/tubes-channel.c b/src/tubes-channel.c
index ce851df..3ec3b76 100644
--- a/src/tubes-channel.c
+++ b/src/tubes-channel.c
@@ -1763,10 +1763,6 @@ gabble_tubes_channel_accept_d_bus_tube (TpSvcChannelTypeTubes *iface,
return;
}
- update_tubes_presence (self);
-
- add_yourself_in_dbus_names (self, id);
-
g_object_get (tube, "dbus-address", &addr, NULL);
tp_svc_channel_type_tubes_return_from_accept_d_bus_tube (context, addr);
g_free (addr);
--
1.5.6.5
More information about the telepathy-commits
mailing list