From: <the...@us...> - 2006-11-07 07:13:42
|
Revision: 17694 http://svn.sourceforge.net/gaim/?rev=17694&view=rev Author: thekingant Date: 2006-11-06 23:13:34 -0800 (Mon, 06 Nov 2006) Log Message: ----------- A note! Modified Paths: -------------- trunk/libgaim/protocols/irc/parse.c Modified: trunk/libgaim/protocols/irc/parse.c =================================================================== --- trunk/libgaim/protocols/irc/parse.c 2006-11-07 07:04:41 UTC (rev 17693) +++ trunk/libgaim/protocols/irc/parse.c 2006-11-07 07:13:34 UTC (rev 17694) @@ -536,6 +536,13 @@ guint i; irc->recv_time = time(NULL); + + /* + * ari seems to think that we should convert input to UTF8 before + * emitting it with the signal. Mark Doliner doesn't know if that + * would be an improvement or not, so he decided to put this + * comment here so that people in the future can decide. + */ gaim_signal_emit(_irc_plugin, "irc-receiving-text", gaim_account_get_connection(irc->account), &input); if (!strncmp(input, "PING ", 5)) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |