Mercurial > pidgin
view plugins/mono/api/Status.cs @ 12514:4e40eecd13fc
[gaim-migrate @ 14826]
Looks like it's time to NEWS.
committer: Tailor Script <tailor@pidgin.im>
| author | Tim Ringenbach <marv@pidgin.im> |
|---|---|
| date | Sat, 17 Dec 2005 04:39:31 +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; } } } }
