comparison src/protocols/msn/msn.c @ 13944:4ec9f5b2a653

[gaim-migrate @ 16483] Get rid of the "has you" overlay icon for MSN buddies. I don't think it's clear what this icon means, and I think it's more likely to confuse users than to help them. Having two cryptic red symbols on top of my buddies is just a bit too much for me. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 11 Jul 2006 06:54:07 +0000
parents 3ae8a3935406
children
comparison
equal deleted inserted replaced
13943:25be562aaca8 13944:4ec9f5b2a653
505 } 505 }
506 else 506 else
507 { 507 {
508 if (user->mobile) 508 if (user->mobile)
509 emblems[i++] = "wireless"; 509 emblems[i++] = "wireless";
510 if (!(user->list_op & (1 << MSN_LIST_RL)))
511 emblems[i++] = "nr";
512 } 510 }
513 511
514 *se = emblems[0]; 512 *se = emblems[0];
515 *sw = emblems[1]; 513 *sw = emblems[1];
516 *nw = emblems[2]; 514 *nw = emblems[2];