diff 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
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Mon Jul 10 23:55:24 2006 +0000
+++ b/src/protocols/msn/msn.c	Tue Jul 11 06:54:07 2006 +0000
@@ -507,8 +507,6 @@
 	{
 		if (user->mobile)
 			emblems[i++] = "wireless";
-		if (!(user->list_op & (1 << MSN_LIST_RL)))
-			emblems[i++] = "nr";
 	}
 
 	*se = emblems[0];