[Commits] [SCM] claws branch, master, updated. 3.12.0-24-ge8fd963

charles at claws-mail.org charles at claws-mail.org
Mon Jul 27 21:11:31 CEST 2015


The branch, master has been updated
       via  e8fd963967880024d58e52b758ce5f9759880cb5 (commit)
      from  8ebc74df9aabfc8f12f9e059be60268c7d3f6b39 (commit)

Summary of changes:
 src/plugins/managesieve/managesieve.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit e8fd963967880024d58e52b758ce5f9759880cb5
Author: Charles Lehner <charles at claws-mail.org>
Date:   Fri Jul 24 09:09:12 2015 -0400

    Remove use of G_SOURCE_REMOVE (convenience typedef)
    
    Support GLib < 2.32

diff --git a/src/plugins/managesieve/managesieve.c b/src/plugins/managesieve/managesieve.c
index 1a09620..f49e29b 100644
--- a/src/plugins/managesieve/managesieve.c
+++ b/src/plugins/managesieve/managesieve.c
@@ -227,7 +227,7 @@ static gboolean sieve_read_chunk_idle_cb(gpointer data)
 		session->io_tag = sock_add_watch(session->sock, G_IO_IN,
 				sieve_read_chunk_cb, session);
 
-	return G_SOURCE_REMOVE;
+	return FALSE;
 }
 
 /* Get data of specified length.

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list