summaryrefslogtreecommitdiff
path: root/src/tubes-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tubes-manager.c')
-rw-r--r--src/tubes-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tubes-manager.c b/src/tubes-manager.c
index 213a0cd0..b3a1136f 100644
--- a/src/tubes-manager.c
+++ b/src/tubes-manager.c
@@ -723,14 +723,14 @@ create_new_tube (SalutTubesManager *self,
if (type == TP_TUBE_TYPE_STREAM)
{
- tube = SALUT_TUBE_IFACE (salut_tube_stream_new (priv->conn, NULL,
+ tube = SALUT_TUBE_IFACE (salut_tube_stream_new (priv->conn,
handle, TP_HANDLE_TYPE_CONTACT,
base_conn->self_handle, base_conn->self_handle, FALSE, service,
parameters, tube_id, portnum, iq_req, TRUE));
}
else if (type == TP_TUBE_TYPE_DBUS)
{
- tube = SALUT_TUBE_IFACE (salut_tube_dbus_new (priv->conn, NULL,
+ tube = SALUT_TUBE_IFACE (salut_tube_dbus_new (priv->conn,
handle, TP_HANDLE_TYPE_CONTACT, base_conn->self_handle, NULL,
base_conn->self_handle, service, parameters, tube_id, TRUE));
}