Mon, 10 Apr 2006 23:44:20 +0000
[gaim-migrate @ 16004]
I forgot to save the file after I removed the XXX comment.
| 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 | } |