Mercurial > pidgin
view plugins/mono/api/Status.cs @ 13184:2d68ea9616b3
[gaim-migrate @ 15547]
datallah noticed that sip: isn't added to a buddies name if the buddies->send message menu entry is used.
committer: Tailor Script <tailor@pidgin.im>
| author | Thomas Butter <tbutter> |
|---|---|
| date | Wed, 08 Feb 2006 19:49:54 +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; } } } }
