From: <the...@us...> - 2006-08-22 01:56:07
|
Revision: 16967 Author: thekingant Date: 2006-08-21 18:55:56 -0700 (Mon, 21 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16967&view=rev Log Message: ----------- Add a comment about something I noticed Modified Paths: -------------- trunk/libgaim/protocols/oscar/oscar.c Modified: trunk/libgaim/protocols/oscar/oscar.c =================================================================== --- trunk/libgaim/protocols/oscar/oscar.c 2006-08-21 22:58:26 UTC (rev 16966) +++ trunk/libgaim/protocols/oscar/oscar.c 2006-08-22 01:55:56 UTC (rev 16967) @@ -4135,6 +4135,13 @@ bi->ico_sent = FALSE; } + /* + * TODO: + * For some reason sending our icon to people only works + * when we're the ones who initiated the conversation. If + * the other person sends the first IM then they never get + * the icon. We should fix that. + */ if (!bi->ico_informed) { gaim_debug_info("oscar", "Claiming to have a buddy icon\n"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |