diff src/protocols/msn/servconn.c @ 8287:ef881489396e

[gaim-migrate @ 9011] Another patch from Scott Lamb to change g_source_remove calls to gaim_timeout_remove. It also implements gaim_timeout_remove. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 18 Feb 2004 07:43:21 +0000
parents 160547821ea2
children 7402101c0319
line wrap: on
line diff
--- a/src/protocols/msn/servconn.c	Wed Feb 18 07:22:53 2004 +0000
+++ b/src/protocols/msn/servconn.c	Wed Feb 18 07:43:21 2004 +0000
@@ -280,7 +280,7 @@
 			g_free(servconn->http_data->gateway_ip);
 
 		if (servconn->http_data->timer)
-			g_source_remove(servconn->http_data->timer);
+			gaim_timeout_remove(servconn->http_data->timer);
 
 		g_free(servconn->http_data);
 	}