summaryrefslogtreecommitdiff
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
commita12af87eb2f3d6e61e515f0ffb9193a7cdfcacaa (patch)
tree69694a25ff11847b7b5ec2ee945a7eebd7f0cacd
parent23b0f47e195f27c3c1927781bc80b06a82c435cc (diff)
salut_tube_dbus_constructor: when handle_type is room, the bytestream have to be of type GibberBytestreamMuc
-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;