From: <ro...@us...> - 2006-07-26 04:05:19
|
Revision: 16576 Author: roast Date: 2006-07-25 20:18:31 -0700 (Tue, 25 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16576&view=rev Log Message: ----------- ULF 0.4-02, message.self->message.echo Modified Paths: -------------- branches/soc-2006-file-loggers/src/log.c Modified: branches/soc-2006-file-loggers/src/log.c =================================================================== --- branches/soc-2006-file-loggers/src/log.c 2006-07-26 03:01:27 UTC (rev 16575) +++ branches/soc-2006-file-loggers/src/log.c 2006-07-26 03:18:31 UTC (rev 16576) @@ -1109,7 +1109,7 @@ } g_string_printf(writebuf, "\t<message time=\"%s\"%s%s%s auto=\"true\">%s</message>\n", - date, from_attributes, recv_from_self ? " self=\"true\"" : "", + date, from_attributes, recv_from_self ? " echo=\"true\"" : "", gaim_message_is_action(msg_fixed, -1) ? " type=\"action\"": "", msg_fixed); } else if (type & GAIM_MESSAGE_SEND || type & GAIM_MESSAGE_RECV) { @@ -1123,7 +1123,7 @@ } g_string_printf(writebuf, "\t<message time=\"%s\"%s%s%s>%s</message>\n", - date, from_attributes, recv_from_self ? " self=\"true\"" : "", + date, from_attributes, recv_from_self ? " echo=\"true\"" : "", gaim_message_is_action(msg_fixed, -1) ? " type=\"action\"": "", msg_fixed); } else { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |