summaryrefslogtreecommitdiff
path: root/src/muc-channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/muc-channel.c')
-rw-r--r--src/muc-channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/muc-channel.c b/src/muc-channel.c
index e54b6ad3..782d9622 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -1653,12 +1653,12 @@ create_new_tube (SalutMucChannel *self,
switch (type)
{
case TP_TUBE_TYPE_DBUS:
- tube = SALUT_TUBE_IFACE (salut_tube_dbus_new (conn, NULL,
+ tube = SALUT_TUBE_IFACE (salut_tube_dbus_new (conn,
handle, TP_HANDLE_TYPE_ROOM, self_handle, priv->muc_connection,
initiator, service, parameters, tube_id, requested));
break;
case TP_TUBE_TYPE_STREAM:
- tube = SALUT_TUBE_IFACE (salut_tube_stream_new (conn, NULL,
+ tube = SALUT_TUBE_IFACE (salut_tube_stream_new (conn,
handle, TP_HANDLE_TYPE_ROOM,
self_handle, initiator, FALSE, service,
parameters, tube_id, portnum, iq_req, requested));