view plugins/mono/api/Status.cs @ 12558:5fcb5676e1dc

[gaim-migrate @ 14877] Make the history plugin compile by adding FALSE as the value of the smooth parameter to gtk_imhtml_scroll_to_end(). committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 19 Dec 2005 09:15:49 +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; } }
	}
}