From: <ev...@us...> - 2006-12-10 03:01:45
|
Revision: 17933 http://svn.sourceforge.net/gaim/?rev=17933&view=rev Author: evands Date: 2006-12-09 19:01:42 -0800 (Sat, 09 Dec 2006) Log Message: ----------- I answered my own question. Modified Paths: -------------- trunk/gtk/gtkblist.c Modified: trunk/gtk/gtkblist.c =================================================================== --- trunk/gtk/gtkblist.c 2006-12-10 02:58:30 UTC (rev 17932) +++ trunk/gtk/gtkblist.c 2006-12-10 03:01:42 UTC (rev 17933) @@ -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; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |