diff src/protocols/msn/user.c @ 6858:885c6528843b

[gaim-migrate @ 7403] Moving MSN buddies between groups should no longer reset their server-side friendly name. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 16 Sep 2003 03:56:54 +0000
parents 8f228a7d5076
children 3a48ade4f510
line wrap: on
line diff
--- a/src/protocols/msn/user.c	Tue Sep 16 03:18:44 2003 +0000
+++ b/src/protocols/msn/user.c	Tue Sep 16 03:56:54 2003 +0000
@@ -39,8 +39,14 @@
 		msn_users_add(session->users, user);
 	}
 
+	/*
+	 * XXX This seems to reset the friendly name from what it should be
+	 *     to the passport when moving users. So, screw it :)
+	 */
+#if 0
 	if (name != NULL)
 		msn_user_set_name(user, name);
+#endif
 
 	msn_user_ref(user);