Mercurial > pidgin
view plugins/mono/api/Status.cs @ 12996:fbdc9e7ef77a
[gaim-migrate @ 15349]
Bleeter updated the buddy icon logging to be more consistent and verbose
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Sun, 22 Jan 2006 22:51:38 +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; } } } }
