changeset 2229:b5ad79ad917b

[gaim-migrate @ 2239] this is so simple it's brilliant committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 07 Sep 2001 07:28:31 +0000
parents 07c6d1d3e3fd
children cfc9abe45db2
files src/proxy.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/proxy.c	Thu Sep 06 22:08:39 2001 +0000
+++ b/src/proxy.c	Fri Sep 07 07:28:31 2001 +0000
@@ -40,7 +40,7 @@
 #include "proxy.h"
 
 #define GAIM_READ_COND  (G_IO_IN | G_IO_HUP | G_IO_ERR)
-#define GAIM_WRITE_COND (G_IO_OUT | G_IO_HUP | G_IO_ERR)
+#define GAIM_WRITE_COND (G_IO_OUT | G_IO_HUP | G_IO_ERR | G_IO_NVAL)
 
 char proxyhost[128] = { 0 };
 int  proxyport = 0;