changeset 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 25be562aaca8
children af56c955ec5f
files pixmaps/status/default/Makefile.am pixmaps/status/default/nr.png src/protocols/msn/msn.c
diffstat 3 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pixmaps/status/default/Makefile.am	Mon Jul 10 23:55:24 2006 +0000
+++ b/pixmaps/status/default/Makefile.am	Tue Jul 11 06:54:07 2006 +0000
@@ -29,7 +29,6 @@
 	napster.png \
 	notauthorized.png \
 	novell.png \
-	nr.png \
 	occupied.png \
 	offline.png \
 	op.png \
Binary file pixmaps/status/default/nr.png has changed
--- 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];