Mercurial > pidgin
comparison src/protocols/msn/httpmethod.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 | f24172f53650 |
| children | c719f9a181d4 |
comparison
equal
deleted
inserted
replaced
| 8286:89d9d004e3f3 | 8287:ef881489396e |
|---|---|
| 65 stop_timer(MsnServConn *servconn) | 65 stop_timer(MsnServConn *servconn) |
| 66 { | 66 { |
| 67 if (servconn->http_data->timer) | 67 if (servconn->http_data->timer) |
| 68 { | 68 { |
| 69 gaim_debug(GAIM_DEBUG_INFO, "msn", "Stopping timer\n"); | 69 gaim_debug(GAIM_DEBUG_INFO, "msn", "Stopping timer\n"); |
| 70 g_source_remove(servconn->http_data->timer); | 70 gaim_timeout_remove(servconn->http_data->timer); |
| 71 servconn->http_data->timer = 0; | 71 servconn->http_data->timer = 0; |
| 72 } | 72 } |
| 73 } | 73 } |
| 74 | 74 |
| 75 static void | 75 static void |
