comparison plugins/msn/msn.c @ 1632:1b2960a8a06d

[gaim-migrate @ 1642] Just some updates. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 22 Mar 2001 21:05:23 +0000
parents 7f44a3f3a928
children 285dd96928cd
comparison
equal deleted inserted replaced
1631:7f44a3f3a928 1632:1b2960a8a06d
223 char buf[MSN_BUF_LEN]; 223 char buf[MSN_BUF_LEN];
224 struct gaim_connection *gc = mc->gc; 224 struct gaim_connection *gc = mc->gc;
225 int i = 0; 225 int i = 0;
226 226
227 fcntl(source, F_SETFL, 0); 227 fcntl(source, F_SETFL, 0);
228
229 printf("GOT HERE|\n");
230 228
231 if (condition == GDK_INPUT_WRITE) 229 if (condition == GDK_INPUT_WRITE)
232 { 230 {
233 /* We just got in here */ 231 /* We just got in here */
234 gdk_input_remove(mc->inpa); 232 gdk_input_remove(mc->inpa);