diff src/protocols/msn/userlist.c @ 10568:fed2a7c2471d

[gaim-migrate @ 11954] Some MSN bits: - Fix HTTP Method works when using an HTTP proxy that require authentication (Bastien Durel) - Better error reporting when the MSN servers are temporarily unavailable - Prevent zombie failed switchboard connections swallowing up messages - Fix win32 crashes receiving messages from aMSN with no formatting info - Fix a crash when the connection to the nexus server fails - maybe some other stuff, I forgot how much had piled up committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 03 Feb 2005 19:47:52 +0000
parents ace8cd0de6ea
children a4c6f8deac96
line wrap: on
line diff
--- a/src/protocols/msn/userlist.c	Thu Feb 03 15:37:13 2005 +0000
+++ b/src/protocols/msn/userlist.c	Thu Feb 03 19:47:52 2005 +0000
@@ -668,6 +668,6 @@
 		return;
 	}
 
+	msn_userlist_add_buddy(userlist, who, MSN_LIST_FL, new_group_name);
 	msn_userlist_rem_buddy(userlist, who, MSN_LIST_FL, old_group_name);
-	msn_userlist_add_buddy(userlist, who, MSN_LIST_FL, new_group_name);
 }