gtk/gtkblist.c

changeset 15209
9dd48f6c8805
parent 15206
70520a610969
child 15243
87dafc34b920
--- a/gtk/gtkblist.c	Sun Dec 10 02:58:30 2006 +0000
+++ b/gtk/gtkblist.c	Sun Dec 10 03:01:42 2006 +0000
@@ -2600,11 +2600,9 @@
 	}
 	else if (GAIM_BLIST_NODE_IS_CONTACT(node) || GAIM_BLIST_NODE_IS_BUDDY(node))
 	{
-		/* NOTE: THIS FUNCTION IS NO LONGER CALLED FOR CONTACTS
-		 * See create_tip_for_node().
-		 *
-		 * create_tip_for_node() calls this function - what does the above mean? -evands */
-
+		/* NOTE: THIS FUNCTION IS NO LONGER CALLED FOR CONTACTS.
+		 * It is only called by create_tip_for_node(), and create_tip_for_node() is never called for a contact.
+		 */
 		GaimContact *c;
 		GaimBuddy *b;
 		GaimPresence *presence;

mercurial