Mercurial > pidgin
view libpurple/plugins/mono/api/Status.cs @ 31608:79dbe99fa22f
NEWSing.
Look, Ethan, I managed to leave column 80 empty!
| author | John Bailey <rekkanoryo@rekkanoryo.org> |
|---|---|
| date | Thu, 12 May 2011 04:15:21 +0000 |
| parents | 93bfbda79bf6 |
| children |
line wrap: on
line source
namespace Purple { public class Status { private string id; public string Id { get { return id; } set { id = value; } } } }
