Sat, 05 Nov 2005 02:32:36 +0000
[gaim-migrate @ 14274]
continuing with my baby step #if 0'd commits, now you can actually
change your status via the individual selectors.
| 11980 | 1 | namespace Gaim |
| 2 | { | |
| 3 | public class Status | |
| 4 | { | |
| 5 | private string id; | |
| 6 | ||
| 7 | public string Id { get { return id; } set { id = value; } } | |
| 8 | } | |
| 9 | } |