Mon, 16 Apr 2007 00:44:33 +0000
merge of 'b98e72d4089afb8a1879e5fe9627cfb132ee88de'
and '606a402fea87c797c4b751475228a6f6a5385122'
|
15940
53d1e0af8279
Gaim -> Purple rename for the Mono plugin. These changes make sense, and it
Richard Laager <rlaager@pidgin.im>
parents:
15435
diff
changeset
|
1 | namespace Purple |
| 11980 | 2 | { |
| 3 | public class Status | |
| 4 | { | |
| 5 | private string id; | |
| 6 | ||
| 7 | public string Id { get { return id; } set { id = value; } } | |
| 8 | } | |
| 9 | } |