[Telepathy-commits] [telepathy-gabble/master] gabble_tube_dbus_offer: call create_dbus_server so the OfferDBusTube can return the tube address
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Mon Jan 26 06:38:24 PST 2009
---
src/tube-dbus.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/tube-dbus.c b/src/tube-dbus.c
index c754afe..228d30d 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -1242,6 +1242,8 @@ gabble_tube_dbus_offer (GabbleTubeDBus *tube,
return FALSE;
}
+ create_dbus_server (tube, NULL);
+
tube->priv->offered = TRUE;
g_signal_emit (G_OBJECT (tube), signals[OFFERED], 0);
return TRUE;
--
1.5.6.5
More information about the Telepathy-commits
mailing list