view libpurple/plugins/mono/api/Contact.cs @ 25919:52b2e7260340

A patch from Chris Connett to change the log size sorting method to weight logs by date. In other words, to sort them by *recent* activity as opposed to total log size. Fixes #5447
author Richard Laager <rlaager@wiktel.com>
date Mon, 26 Jan 2009 04:19:00 +0000
parents 93bfbda79bf6
children
line wrap: on
line source

namespace Purple {
	public class Contact : BlistNode {
	}
}