comparison src/protocols/msn/msn.c @ 10306:56cc5d49472b

[gaim-migrate @ 11492] " Well, I found a bug, and even though I had code to prevent that crash it seems it did not. So now here is in a different way, which by the way is more efficient." --Felipe Contreras (19:35:44) shx: LSchiere: there's a bugfix patch for msn in the tracker if it interest you ;) (19:35:59) LSchiere: the one i assigned to nosnilmot just a little bit ago? (19:36:24) shx: LSchiere: probably (19:38:25) LSchiere: i just remembered to day is release day (19:38:51) shx: yeap... so I tought it was important to commit it also, i rather like being able to compile committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 03 Dec 2004 00:57:21 +0000
parents a7b2fd5efcf2
children 2e01c503aa4f
comparison
equal deleted inserted replaced
10305:9bfcb5eb12bd 10306:56cc5d49472b
1253 if (swboard == NULL) 1253 if (swboard == NULL)
1254 return; 1254 return;
1255 1255
1256 cmdproc = swboard->servconn->cmdproc; 1256 cmdproc = swboard->servconn->cmdproc;
1257 1257
1258 #if 0
1259 if (swboard->current_users == 1)
1260 {
1261 msn_cmdproc_send_quick(cmdproc, "OUT", NULL, NULL);
1262 msn_switchboard_destroy(swboard);
1263 }
1264 #else
1265 msn_cmdproc_send_quick(cmdproc, "OUT", NULL, NULL); 1258 msn_cmdproc_send_quick(cmdproc, "OUT", NULL, NULL);
1266 msn_switchboard_destroy(swboard); 1259 msn_switchboard_destroy(swboard);
1267 #endif
1268 } 1260 }
1269 1261
1270 static void 1262 static void
1271 msn_set_buddy_icon(GaimConnection *gc, const char *filename) 1263 msn_set_buddy_icon(GaimConnection *gc, const char *filename)
1272 { 1264 {