diff 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
line wrap: on
line diff
--- a/src/gtkconv.c	Mon Mar 08 06:16:46 2004 +0000
+++ b/src/gtkconv.c	Mon Mar 08 15:44:26 2004 +0000
@@ -4488,7 +4488,7 @@
 			g_snprintf(buf, BUF_LONG, "<B>%s</B>", message);
 
 		g_snprintf(buf2, sizeof(buf2),
-			   "<FONT %s><FONT SIZE=\2\"><!--(%s) --></FONT><B>%s</B></FONT><BR>",
+			   "<FONT %s><FONT SIZE=\"2\"><!--(%s) --></FONT><B>%s</B></FONT><BR>",
 			   sml_attrib, mdate, message);
 
 		gtk_imhtml_append_text_with_images(GTK_IMHTML(gtkconv->imhtml),