Mercurial > pidgin
view plugins/mono/api/Status.cs @ 12778:a36eec90c604
[gaim-migrate @ 15125]
sf patch #1395811, from Sadrul Habib Chowdhury with some changes by me
Statusbox: Add `Popular statuses'
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 09 Jan 2006 06:11:28 +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; } } } }
