Bug 19178: purple network callbacks don't work properly on Windows - Sunil Mohan Adapa <sunil@synovel.com> - 12/19/2008 Back to Bug | Your Reviews | Help
Attachment 21312: Patch to fix the problem - Sunil Mohan Adapa <sunil@synovel.com> - 12/19/2008 (View )

Show Quick Help

<Overall Comment>
Previous Reviews
Simon McVittie <smcv@collabora.com>
9/17/2013
-----------------------------------------------------------------
src/main.c
106 static int use_glib_io_channel = -1;
107
108 if (use_glib_io_channel == -1)
109 use_glib_io_channel = (g_getenv("HAZE_GLIB_IO_CHANNEL") != NULL) ? 1 : 0;
110#endif
If this is necessary to use Haze on Windows, why would you ever want to go back to g_io_channel_unix_new()?
118 cond |= PURPLE_GLIB_WRITE_COND;
119 
120#ifdef _WIN32
121 if (use_glib_io_channel == 0)
122 channel = wpurple_g_io_channel_win32_new_socket(fd);
Does this do something that g_io_channel_win32_new_socket() doesn't?
Powered by Splinter

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.