Mercurial > pidgin.yaz
changeset 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 | 6c95f01aaf49 |
children | 1c06bdded08c |
files | src/protocols/msn/msn.c |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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";