Mercurial > pidgin
view plugins/mono/api/Status.cs @ 12883:d486bb706e82
[gaim-migrate @ 15235]
Last Seen should only show for the full tooltips. It's already contact aware.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sun, 15 Jan 2006 15:47:21 +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; } } } }
