Mercurial > pidgin
view libpurple/plugins/mono/api/Status.cs @ 23112:5ce7e85e4ea2
Restored screen name to username change lost in propagation merge
| author | Evan Schoenberg <evan.s@dreskin.net> |
|---|---|
| date | Wed, 07 May 2008 12:16:55 +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; } } } }
