changeset 10543:052ef28a0695

[gaim-migrate @ 11909] klinger almost got his section 8 committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 25 Jan 2005 05:32:41 +0000
parents def1c69ae8af
children bc7352b57a99
files src/protocols/msn/httpconn.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/msn/httpconn.c	Tue Jan 25 00:59:56 2005 +0000
+++ b/src/protocols/msn/httpconn.c	Tue Jan 25 05:32:41 2005 +0000
@@ -166,7 +166,7 @@
 }
 
 static gboolean
-poll(gpointer data)
+do_poll(gpointer data)
 {
 	MsnHttpConn *httpconn;
 
@@ -194,7 +194,7 @@
 		httpconn->inpa = gaim_input_add(httpconn->fd, GAIM_INPUT_READ,
 										read_cb, data);
 
-		httpconn->timer = gaim_timeout_add(2000, poll, httpconn);
+		httpconn->timer = gaim_timeout_add(2000, do_poll, httpconn);
 
 		httpconn->waiting_response = FALSE;
 		msn_httpconn_process_queue(httpconn);