Mercurial > pidgin
view plugins/mono/api/Status.cs @ 12226:df0e16ecfb2a
[gaim-migrate @ 14528]
Remove the account specific status selector when an account is deleted
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Fri, 25 Nov 2005 20:23:23 +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; } } } }
