# HG changeset patch # User Evan Schoenberg # Date 1165719702 0 # Node ID 99e636fd0a477943c344fe62107d34063f396d39 # Parent 4035dfc09faa9529c8f2f64dd30ad964628ed5a1 [gaim-migrate @ 17933] I answered my own question. committer: Tailor Script diff -r 4035dfc09faa -r 99e636fd0a47 gtk/gtkblist.c --- 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;