comparison src/log.c @ 13519:d6dd68a8be06

[gaim-migrate @ 15895] The error message when using an invalid browser command should not escape HTML stuffs. Patch from Bjoern Voigt. Richard, can you add the gtknotify.c changes to your list of stuff to tweak after we're out of the string freeze? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 16 Mar 2006 04:27:00 +0000
parents 43d123a4b4d7
children 724119af64f3
comparison
equal deleted inserted replaced
13518:cd21f1738063 13519:d6dd68a8be06
1098 written += fprintf(data->file, "<font color=\"#16569E\"><font size=\"2\">(%s)</font> <b>%s:</b></font> %s<br/>\n", 1098 written += fprintf(data->file, "<font color=\"#16569E\"><font size=\"2\">(%s)</font> <b>%s:</b></font> %s<br/>\n",
1099 date, from, msg_fixed); 1099 date, from, msg_fixed);
1100 } else { 1100 } else {
1101 gaim_debug_error("log", "Unhandled message type."); 1101 gaim_debug_error("log", "Unhandled message type.");
1102 written += fprintf(data->file, "<font size=\"2\">(%s)</font><b> %s:</b></font> %s<br/>\n", 1102 written += fprintf(data->file, "<font size=\"2\">(%s)</font><b> %s:</b></font> %s<br/>\n",
1103 date, from, msg_fixed); 1103 date, from, msg_fixed);
1104 } 1104 }
1105 } 1105 }
1106 g_free(date); 1106 g_free(date);
1107 g_free(msg_fixed); 1107 g_free(msg_fixed);
1108 fflush(data->file); 1108 fflush(data->file);