diff src/protocols/msn/userlist.c @ 9197:ec417d2f9666

[gaim-migrate @ 9992] Prevent a "(null)" from displaying when we get an "ADD" for the RL list by explicitly setting the friendly name. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 06 Jun 2004 03:30:20 +0000
parents 336e87c71d06
children ab6636c5a136
line wrap: on
line diff
--- a/src/protocols/msn/userlist.c	Sun Jun 06 03:23:03 2004 +0000
+++ b/src/protocols/msn/userlist.c	Sun Jun 06 03:30:20 2004 +0000
@@ -177,7 +177,7 @@
 
 	passport = msn_user_get_passport(user);
 	friendly = msn_user_get_friendly_name(user);
-	
+
 	if (list_id == MSN_LIST_FL)
 	{
 		GaimConnection *gc = gaim_account_get_connection(account);