From: <the...@us...> - 2006-07-11 06:54:13
|
Revision: 16483 Author: thekingant Date: 2006-07-10 23:54:07 -0700 (Mon, 10 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16483&view=rev Log Message: ----------- 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. Modified Paths: -------------- trunk/pixmaps/status/default/Makefile.am trunk/src/protocols/msn/msn.c Removed Paths: ------------- trunk/pixmaps/status/default/nr.png Modified: trunk/pixmaps/status/default/Makefile.am =================================================================== --- trunk/pixmaps/status/default/Makefile.am 2006-07-11 01:12:35 UTC (rev 16482) +++ trunk/pixmaps/status/default/Makefile.am 2006-07-11 06:54:07 UTC (rev 16483) @@ -29,7 +29,6 @@ napster.png \ notauthorized.png \ novell.png \ - nr.png \ occupied.png \ offline.png \ op.png \ Deleted: trunk/pixmaps/status/default/nr.png =================================================================== (Binary files differ) Modified: trunk/src/protocols/msn/msn.c =================================================================== --- trunk/src/protocols/msn/msn.c 2006-07-11 01:12:35 UTC (rev 16482) +++ trunk/src/protocols/msn/msn.c 2006-07-11 06:54:07 UTC (rev 16483) @@ -507,8 +507,6 @@ { if (user->mobile) emblems[i++] = "wireless"; - if (!(user->list_op & (1 << MSN_LIST_RL))) - emblems[i++] = "nr"; } *se = emblems[0]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |