gobjectification: 8803175c: I think this should probably be a siblin...

qulogic at pidgin.im qulogic at pidgin.im
Thu Jun 10 01:31:43 EDT 2010


-----------------------------------------------------------------
Revision: 8803175ce90325a6bcb5dfe7f03373b3a5f19bfe
Ancestor: 2931c8b8e1a900b7964d6fe88a458e120b423ca9
Author: qulogic at pidgin.im
Date: 2010-06-10T02:57:07
Branch: im.pidgin.gobjectification
URL: http://d.pidgin.im/viewmtn/revision/info/8803175ce90325a6bcb5dfe7f03373b3a5f19bfe

Modified files:
        finch/gntblist.c

ChangeLog: 

I think this should probably be a sibling, not a child.

-------------- next part --------------
============================================================
--- finch/gntblist.c	63c36e882befd129cf75ef97534c3204fba7636c
+++ finch/gntblist.c	3ccddb8402b78387eaf65d27ef86b652295d7c88
@@ -1632,7 +1632,7 @@ finch_blist_place_tagged(PurpleBlistNode
 					purple_blist_merge_contact((PurpleContact*)node, (PurpleBlistNode*)tc);
 				} else {
 					/* The target is a chat. Add the contact to the group after this chat. */
-					purple_blist_node_add_child(node, target);
+					purple_blist_node_add_sibling(node, target);
 				}
 			} else if (PURPLE_IS_BUDDY(node)) {
 				update_buddy_display((PurpleBuddy*)node, ggblist);


More information about the Commits mailing list