# HG changeset patch # User Mark Doliner # Date 1237251397 0 # Node ID a2b1ad53477ad4e702f17e51990bfaa943605a72 # Parent 2db8a92b3cded80c8323da95db63fd4908c0ebbe Uh, I think this comment is wrong. Or the code is wrong and does silly things in a lot of places. diff -r 2db8a92b3cde -r a2b1ad53477a libpurple/blist.h --- a/libpurple/blist.h Mon Mar 16 22:56:57 2009 +0000 +++ b/libpurple/blist.h Tue Mar 17 00:56:37 2009 +0000 @@ -595,7 +595,7 @@ * @param contact The optional contact to place the buddy in. * @param group The group to add the new buddy to. * @param node The insertion point. Pass in NULL to add the node as - * the last child in the given group. + * the first child in the given group. */ void purple_blist_add_buddy(PurpleBuddy *buddy, PurpleContact *contact, PurpleGroup *group, PurpleBlistNode *node);