Wed, 23 May 2007 03:59:19 +0000
Fix file transfers aborting and mistakenly being marked as cancelled when they are actually complete. Fixes #814
|
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 | } |