# HG changeset patch # User Jeffrey Connelly # Date 1176960611 0 # Node ID c85fa74f7e50aa515558a410d2e6596bd040c7be # Parent d465bbc0f75952b9b0a383ad764d3a2d18a3d5d9 Document prpl_info->list_icon(NULL, NULL), and add my name to COPYRIGHT. Closes #192 diff -r d465bbc0f759 -r c85fa74f7e50 COPYRIGHT --- a/COPYRIGHT Thu Apr 19 01:51:32 2007 +0000 +++ b/COPYRIGHT Thu Apr 19 05:30:11 2007 +0000 @@ -74,6 +74,7 @@ Todd Cohen Jono Cole Lorenzo Colitti +Jeff Connelly Nathan Conrad Felipe Contreras Alex Converse diff -r d465bbc0f759 -r c85fa74f7e50 libpurple/prpl.h --- a/libpurple/prpl.h Thu Apr 19 01:51:32 2007 +0000 +++ b/libpurple/prpl.h Thu Apr 19 05:30:11 2007 +0000 @@ -175,8 +175,11 @@ /** * Returns the base icon name for the given buddy and account. - * If buddy is NULL, it will return the name to use for the account's - * icon. This must be implemented. + * If buddy is NULL and the account is non-NULL, it will return the + * name to use for the account's icon. If both are NULL, it will + * return the name to use for the protocol's icon. + * + * This must be implemented. */ const char *(*list_icon)(PurpleAccount *account, PurpleBuddy *buddy);