Mercurial > pidgin
comparison src/protocols/irc/irc.c @ 9441:eaa9aa1fad61
[gaim-migrate @ 10262]
This should surely be gaim_input_remove
committer: Tailor Script <tailor@pidgin.im>
| author | Ethan Blanton <elb@pidgin.im> |
|---|---|
| date | Fri, 02 Jul 2004 04:16:04 +0000 |
| parents | 00242c2419c3 |
| children | 1e6bba55447c |
comparison
equal
deleted
inserted
replaced
| 9440:00242c2419c3 | 9441:eaa9aa1fad61 |
|---|---|
| 301 return; | 301 return; |
| 302 | 302 |
| 303 irc_cmd_quit(irc, "quit", NULL, NULL); | 303 irc_cmd_quit(irc, "quit", NULL, NULL); |
| 304 | 304 |
| 305 if (gc->inpa) | 305 if (gc->inpa) |
| 306 gaim_timeout_remove(gc->inpa); | 306 gaim_input_remove(gc->inpa); |
| 307 | 307 |
| 308 g_free(irc->inbuf); | 308 g_free(irc->inbuf); |
| 309 close(irc->fd); | 309 close(irc->fd); |
| 310 if (irc->timer) | 310 if (irc->timer) |
| 311 gaim_timeout_remove(irc->timer); | 311 gaim_timeout_remove(irc->timer); |
