libpurple/conversation.c

changeset 17621
2c27d0e86859
parent 17567
332ee8ac7662
child 17879
3e3f85138f1a
child 18112
cbbf5e1fbeab
--- a/libpurple/conversation.c	Wed Jun 06 00:58:02 2007 +0000
+++ b/libpurple/conversation.c	Wed Jun 06 01:40:46 2007 +0000
@@ -1810,7 +1810,7 @@
 	if (ops != NULL && ops->chat_remove_users != NULL) {
 		for (l = users; l; l = l->next) {
 			PurpleConvChatBuddy *cb = l->data;
-			names = g_list_append(names, cb->name);
+			names = g_list_prepend(names, cb->name);
 		}
 		ops->chat_remove_users(conv, names);
 		g_list_free(names);

mercurial