Mercurial > pidgin
view plugins/mono/api/Status.cs @ 13473:38bcc0a2d4da
[gaim-migrate @ 15849]
Apparently KingAnt wants this to compile.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 09 Mar 2006 03:02:23 +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; } } } }
