Mercurial > pidgin.yaz
view plugins/mono/api/Status.cs @ 12356:4b8c20fcecd6
[gaim-migrate @ 14660]
Bias the color selection away from the nick highlight and send colors.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 05 Dec 2005 19:10:04 +0000 |
parents | 67fbd2ff4c4e |
children |
line wrap: on
line source
namespace Gaim { public class Status { private string id; public string Id { get { return id; } set { id = value; } } } }