[Telepathy-commits] [telepathy-salut/master] salut_tube_stream_accept_stream_tube: set address_type, access_control and access_control_param when accepting the tube

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Mar 11 09:15:34 PDT 2009


---
 src/tube-stream.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/tube-stream.c b/src/tube-stream.c
index c4e87f9..542d84c 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -2362,6 +2362,12 @@ salut_tube_stream_accept_stream_tube (SalutSvcChannelTypeStreamTube *iface,
       return;
     }
 
+  g_object_set (self,
+      "address-type", address_type,
+      "access-control", access_control,
+      "access-control-param", access_control_param,
+      NULL);
+
   if (!salut_tube_stream_accept (SALUT_TUBE_IFACE (self), &error))
     {
       dbus_g_method_return_error (context, error);
-- 
1.5.6.5




More information about the telepathy-commits mailing list