Mercurial > pidgin.yaz
diff src/proxy.c @ 2754:642413968b03
[gaim-migrate @ 2767]
lisa started putting up the christmas decorations today.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 19 Nov 2001 04:35:39 +0000 |
| parents | 8530d4d72fab |
| children | 0148422dff4d |
line wrap: on
line diff
--- a/src/proxy.c Mon Nov 19 04:09:58 2001 +0000 +++ b/src/proxy.c Mon Nov 19 04:35:39 2001 +0000 @@ -74,7 +74,7 @@ if (condition & GAIM_READ_COND) gaim_cond |= GAIM_INPUT_READ; - if (condition & GAIM_READ_COND) + if (condition & GAIM_WRITE_COND) gaim_cond |= GAIM_INPUT_WRITE; debug_printf("CLOSURE: callback for %d, fd is %d\n",
