Mercurial > pidgin
view plugins/mono/api/Status.cs @ 13396:bb17a6cb32dc
[gaim-migrate @ 15769]
This plugin should also not be forcing message timestamps on when it is
unloaded.
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Mon, 06 Mar 2006 09:21:35 +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; } } } }
