Mercurial > pidgin
view plugins/mono/api/Status.cs @ 19832:ef06a1fb425e
[gaim-migrate @ 17100]
fix the bug of MSN picture
by processing ILN and NLN command
thanks for chris help!
committed by MaYuan<mayuan2006@gmail.com>
committer: Ethan Blanton <elb@pidgin.im>
| author | Ma Yuan <mayuan2006@gmail.com> |
|---|---|
| date | Thu, 31 Aug 2006 12:38:50 +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; } } } }
