[Telepathy-commits] [telepathy-gabble/master] tube-stream: gabble_bytestream_iface_block_read was renamed to gabble_bytestream_iface_block_reading
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Dec 17 04:36:19 PST 2008
---
src/tube-stream.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/tube-stream.c b/src/tube-stream.c
index 60b66e2..4a860f7 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -287,7 +287,7 @@ transport_buffer_empty_cb (GibberTransport *transport,
/* Buffer is empty so we can unblock the buffer if it was blocked */
DEBUG ("tube buffer is empty. Unblock the bytestream");
- gabble_bytestream_iface_block_read (bytestream, FALSE);
+ gabble_bytestream_iface_block_reading (bytestream, FALSE);
}
static void
@@ -1358,7 +1358,7 @@ data_received_cb (GabbleBytestreamIface *bytestream,
{
/* We don't want to send more data while the buffer isn't empty */
DEBUG ("tube buffer isn't empty. Block the bytestream");
- gabble_bytestream_iface_block_read (bytestream, TRUE);
+ gabble_bytestream_iface_block_reading (bytestream, TRUE);
}
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list