Mercurial > pidgin
changeset 15147:99e636fd0a47
[gaim-migrate @ 17933]
I answered my own question.
committer: Tailor Script <tailor@pidgin.im>
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Sun, 10 Dec 2006 03:01:42 +0000 |
parents | 4035dfc09faa |
children | b5a8193edb62 |
files | gtk/gtkblist.c |
diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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;