[Telepathy-commits] [telepathy-salut/master] tube-stream: gibber_bytestream_iface_block_read was renamed to gibber_bytestream_iface_block_reading
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Dec 17 04:27:13 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 a8a3027..9407999 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -279,7 +279,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");
- gibber_bytestream_iface_block_read (bytestream, FALSE);
+ gibber_bytestream_iface_block_reading (bytestream, FALSE);
}
static void
@@ -1385,7 +1385,7 @@ data_received_cb (GibberBytestreamIface *bytestream,
{
/* We don't want to send more data while the buffer isn't empty */
DEBUG ("tube buffer isn't empty. Block the bytestream");
- gibber_bytestream_iface_block_read (bytestream, TRUE);
+ gibber_bytestream_iface_block_reading (bytestream, TRUE);
}
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list