Mercurial > pidgin
view libpurple/plugins/mono/api/Status.cs @ 32737:2efee7ca90be
Fix some boring asserts when using the Default conversation theme.
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Sun, 04 Mar 2012 03:49:49 +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; } } } }
