talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit e8fd963967880024d58e52b758ce5f9759880cb5
parent 8ebc74df9aabfc8f12f9e059be60268c7d3f6b39
Author: Charles Lehner <charles@claws-mail.org>
Date:   Fri, 24 Jul 2015 09:09:12 -0400

Remove use of G_SOURCE_REMOVE (convenience typedef)

Support GLib < 2.32

Diffstat:
Msrc/plugins/managesieve/managesieve.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.