# HG changeset patch # User Christian Hammond # Date 1062659863 0 # Node ID 2beae1058ca4eb645564abeb0285d534793ec1ea # Parent 6c95f01aaf49d8b3f908e60a17c003c45e781eb1 [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 diff -r 6c95f01aaf49 -r 2beae1058ca4 src/protocols/msn/msn.c --- a/src/protocols/msn/msn.c Thu Sep 04 06:19:25 2003 +0000 +++ b/src/protocols/msn/msn.c Thu Sep 04 07:17:43 2003 +0000 @@ -294,9 +294,11 @@ emblems[i++] = "away"; if (user == NULL) { - gaim_debug(GAIM_DEBUG_ERROR, "msn", - "buddy %s does not have a MsnUser attached!\n", - b->name); + /* Shouldn't happen. */ + gaim_debug_error("msn", "buddy %s does not have a MsnUser attached!\n", + b->name); + + emblems[0] = "offline"; } else if (user->mobile) emblems[i++] = "wireless";