Mercurial > pidgin
changeset 31206:38ba52f4bb96
Add to a comment
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 14 Feb 2011 08:47:37 +0000 |
parents | b39a2bd81566 |
children | 6e6379254def |
files | libpurple/account.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/account.h Mon Feb 14 03:51:05 2011 +0000 +++ b/libpurple/account.h Mon Feb 14 08:47:37 2011 +0000 @@ -143,6 +143,7 @@ * buddies are added to your permit list. Currently we have to * iterate through the entire list if we want to check if someone * is permitted or denied. We should do this for 3.0.0. + * Or maybe use a GTree. */ GSList *permit; /**< Permit list. */ GSList *deny; /**< Deny list. */