From: <sa...@us...> - 2006-08-22 03:01:58
|
Revision: 16969 Author: sadrul Date: 2006-08-21 20:01:52 -0700 (Mon, 21 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16969&view=rev Log Message: ----------- I made this change because Evan was getting a crash because of this. But as a side effect, it fixes the scrambleness!! This is pretty sweet! Modified Paths: -------------- trunk/console/libgnt/gntmain.c Modified: trunk/console/libgnt/gntmain.c =================================================================== --- trunk/console/libgnt/gntmain.c 2006-08-22 02:55:14 UTC (rev 16968) +++ trunk/console/libgnt/gntmain.c 2006-08-22 03:01:52 UTC (rev 16969) @@ -758,7 +758,9 @@ g_io_channel_set_encoding(channel, NULL, NULL); g_io_channel_set_buffered(channel, FALSE); +#if 0 g_io_channel_set_flags(channel, G_IO_FLAG_NONBLOCK, NULL ); +#endif result = g_io_add_watch_full(channel, G_PRIORITY_HIGH, (G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_PRI | G_IO_NVAL), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |