[Telepathy-commits] [telepathy-gabble/master] tube-stream: uncomment gabble_bytestream_iface_block_read calls

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Dec 15 07:54:26 PST 2008


---
 src/tube-stream.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/tube-stream.c b/src/tube-stream.c
index e463282..47a2e93 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -287,8 +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);
-  //TODO
+  gabble_bytestream_iface_block_read (bytestream, FALSE);
 }
 
 static void
@@ -1364,8 +1363,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);
-      //TODO
+      gabble_bytestream_iface_block_read (bytestream, TRUE);
     }
 }
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list