view plugins/mono/api/Status.cs @ 12379:24c5fbfca306

[gaim-migrate @ 14683] Sadrul is totally awesome and fixed the crash that I was seeing when disabling an account and then trying to change status. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 07 Dec 2005 01:22:14 +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; } }
	}
}