comparison src/gtkconv.c @ 8408:13a65fd6a932

[gaim-migrate @ 9138] fix timestamp sizes, and minorly break the string freeze in the process committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 08 Mar 2004 15:44:26 +0000
parents 15614a7cdc13
children c25c697525b7
comparison
equal deleted inserted replaced
8407:15614a7cdc13 8408:13a65fd6a932
4486 mdate, message); 4486 mdate, message);
4487 else 4487 else
4488 g_snprintf(buf, BUF_LONG, "<B>%s</B>", message); 4488 g_snprintf(buf, BUF_LONG, "<B>%s</B>", message);
4489 4489
4490 g_snprintf(buf2, sizeof(buf2), 4490 g_snprintf(buf2, sizeof(buf2),
4491 "<FONT %s><FONT SIZE=\2\"><!--(%s) --></FONT><B>%s</B></FONT><BR>", 4491 "<FONT %s><FONT SIZE=\"2\"><!--(%s) --></FONT><B>%s</B></FONT><BR>",
4492 sml_attrib, mdate, message); 4492 sml_attrib, mdate, message);
4493 4493
4494 gtk_imhtml_append_text_with_images(GTK_IMHTML(gtkconv->imhtml), 4494 gtk_imhtml_append_text_with_images(GTK_IMHTML(gtkconv->imhtml),
4495 buf2, 0, images); 4495 buf2, 0, images);
4496 4496