Mercurial > pidgin
view plugins/mono/api/Status.cs @ 13735:a4370bec4e71
[gaim-migrate @ 16146]
fix this as per the reply I got
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Sun, 07 May 2006 19:53:35 +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; } } } }
