[Telepathy-commits] [telepathy-salut/master] salut_tubes_channel_offer_d_bus_tube: we don't have to use parameters_copied any more

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Thu Feb 5 03:56:43 PST 2009


---
 src/salut-tubes-channel.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/salut-tubes-channel.c b/src/salut-tubes-channel.c
index 34413f5..1d68bad 100644
--- a/src/salut-tubes-channel.c
+++ b/src/salut-tubes-channel.c
@@ -1553,7 +1553,6 @@ salut_tubes_channel_offer_d_bus_tube (TpSvcChannelTypeTubes *iface,
   TpBaseConnection *base;
   guint tube_id;
   SalutTubeIface *tube;
-  GHashTable *parameters_copied;
 
   g_assert (SALUT_IS_TUBES_CHANNEL (self));
 
@@ -1574,8 +1573,7 @@ salut_tubes_channel_offer_d_bus_tube (TpSvcChannelTypeTubes *iface,
   tube_id = generate_tube_id ();
 
   tube = create_new_tube (self, TP_TUBE_TYPE_DBUS, priv->self_handle,
-      TRUE, service, parameters_copied,
-      tube_id, 0, NULL);
+      TRUE, service, parameters, tube_id, 0, NULL);
 
   tp_svc_channel_type_tubes_return_from_offer_d_bus_tube (context, tube_id);
 }
-- 
1.5.6.5




More information about the telepathy-commits mailing list