view plugins/mono/api/Status.cs @ 13001:4bbd39576c52

[gaim-migrate @ 15354] I just noticed this. Tools -> Privacy needs to be greyed out when there are no accounts online. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 23 Jan 2006 01:53:09 +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; } }
	}
}