changeset 26273:a2b1ad53477a

Uh, I think this comment is wrong. Or the code is wrong and does silly things in a lot of places.
author Mark Doliner <mark@kingant.net>
date Tue, 17 Mar 2009 00:56:37 +0000
parents 2db8a92b3cde
children c884b702ec17
files libpurple/blist.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);