Mercurial > pidgin
view plugins/mono/api/Status.cs @ 13211:ca559e2b1d0a
[gaim-migrate @ 15575]
Just a couple miscellaneous whitespace, spelling, and warning fixed from one
of my trees.
committer: Tailor Script <tailor@pidgin.im>
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Fri, 10 Feb 2006 05:14:46 +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; } } } }
