# HG changeset patch # User Luke Schierer # Date 1111814624 0 # Node ID a0edd89ddb838602ed13267cc3410700fd034b15 # Parent 8b2c81d9b2719bd8dcdb096beb87bf21960eaf88 [gaim-migrate @ 12337] (20:07:37) rlaager: In the logs, /me actions are displayed in a purplish color instead of the color shown in the conversation window. Is this by design? (20:09:56) marv: rlaager: i think its a bug and i thought someone was going to fix that (20:10:07) rlaager: okay, well it's a simple fix (20:10:09) rlaager: I'll submit a patch. committer: Tailor Script diff -r 8b2c81d9b271 -r a0edd89ddb83 src/log.c --- a/src/log.c Sat Mar 26 03:39:00 2005 +0000 +++ b/src/log.c Sat Mar 26 05:23:44 2005 +0000 @@ -609,14 +609,14 @@ fprintf(data->file, _("(%s) %s <AUTO-REPLY>: %s
\n"), date, from, msg_fixed); } else if (type & GAIM_MESSAGE_RECV) { if(gaim_message_meify(msg_fixed, -1)) - fprintf(data->file, "(%s) ***%s %s
\n", + fprintf(data->file, "(%s) ***%s %s
\n", date, from, msg_fixed); else fprintf(data->file, "(%s) %s: %s
\n", date, from, msg_fixed); } else if (type & GAIM_MESSAGE_SEND) { if(gaim_message_meify(msg_fixed, -1)) - fprintf(data->file, "(%s) ***%s %s
\n", + fprintf(data->file, "(%s) ***%s %s
\n", date, from, msg_fixed); else fprintf(data->file, "(%s) %s: %s
\n",