comparison src/protocols/msn/msn.c @ 6739:2beae1058ca4

[gaim-migrate @ 7271] For the time being, I'm putting a nice big red offline emblem on each "misplaced" MSN buddy. The goal is to not have any of these by the time I finish my buddy list sync work. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 04 Sep 2003 07:17:43 +0000
parents 302ee2792e91
children e719379c8a79
comparison
equal deleted inserted replaced
6738:6c95f01aaf49 6739:2beae1058ca4
292 emblems[i++] = "occupied"; 292 emblems[i++] = "occupied";
293 else if (away_type != 0) 293 else if (away_type != 0)
294 emblems[i++] = "away"; 294 emblems[i++] = "away";
295 295
296 if (user == NULL) { 296 if (user == NULL) {
297 gaim_debug(GAIM_DEBUG_ERROR, "msn", 297 /* Shouldn't happen. */
298 "buddy %s does not have a MsnUser attached!\n", 298 gaim_debug_error("msn", "buddy %s does not have a MsnUser attached!\n",
299 b->name); 299 b->name);
300
301 emblems[0] = "offline";
300 } 302 }
301 else if (user->mobile) 303 else if (user->mobile)
302 emblems[i++] = "wireless"; 304 emblems[i++] = "wireless";
303 305
304 *se = emblems[0]; 306 *se = emblems[0];