summaryrefslogtreecommitdiff
path: root/src/tube-dbus.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-01-31 16:37:11 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-01-31 16:37:11 +0000
commit4eb77c90214062dfb66cf9972487066a6c4aeeb8 (patch)
treeb1b2554475caab4d225fd85ef48bbc57a70d38de /src/tube-dbus.c
parent254821f14e1ee929218525c594674677842a3ad6 (diff)
downloadtelepathy-salut-4eb77c90214062dfb66cf9972487066a6c4aeeb8.tar.gz
salut_tube_dbus_constructor: when handle_type is room, the bytestream have to be of type GibberBytestreamMuc
20080131163711-7fe3f-8a198df36a839f33f0389c1c9e180b600cddf94d.gz
Diffstat (limited to 'src/tube-dbus.c')
-rw-r--r--src/tube-dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tube-dbus.c b/src/tube-dbus.c
index cc03645c..b6c24842 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -642,7 +642,7 @@ salut_tube_dbus_constructor (GType type,
* We don't create the bytestream of private D-Bus tube yet.
* It will be when we'll receive the answer of the SI request
*/
- GibberBytestreamIBB *bytestream;
+ GibberBytestreamMuc *bytestream;
GibberBytestreamState state;
const gchar *peer_id;