diff src/protocols/msn/userlist.c @ 13827:6c3c8d0d389f

[gaim-migrate @ 16271] Some comment changes committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 17 Jun 2006 01:33:09 +0000
parents ea77ce998dc7
children 6fc412e59214 852b32710df0
line wrap: on
line diff
--- a/src/protocols/msn/userlist.c	Fri Jun 16 16:17:20 2006 +0000
+++ b/src/protocols/msn/userlist.c	Sat Jun 17 01:33:09 2006 +0000
@@ -292,6 +292,11 @@
  
 		if (!(user->list_op & (MSN_LIST_AL_OP | MSN_LIST_BL_OP)))
 		{
+			/*
+			 * TODO: The friendly name was NULL for me when I
+			 *       looked at this.  Maybe we should use the store
+			 *       name instead? --KingAnt
+			 */
 			got_new_entry(gc, passport, friendly);
 		}
 	}
@@ -413,7 +418,12 @@
 	if (list_op & MSN_LIST_RL_OP)
 	{
 		/* These are users who have us on their buddy list. */
-		/* TODO: what does store name is when this happens? */
+		/*
+		 * TODO: What is store name set to when this happens?
+		 *       For one of my accounts "something@hotmail.com"
+		 *       the store name was "something."  Maybe we
+		 *       should use the friendly name, instead? --KingAnt
+		 */
 
 		if (!(list_op & (MSN_LIST_AL_OP | MSN_LIST_BL_OP)))
 		{