changeset 8376:7e9fdaab7163

[gaim-migrate @ 9103] (00:19:29) marv: dang it, i forgot one of the tags. I don't suppose you could add one for </font> after g_hash_table_insert(ht, "</u>", "</u>"); (00:19:50) LSchiere: in what file (00:20:20) marv: util.c in yahoo (00:20:52) marv: the line should be after the one for </u> and stuff g_hash_table_insert(ht, "</font>", "</font>"); committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 01 Mar 2004 05:15:15 +0000
parents 1556970088d4
children c1ca19c8f749
files src/protocols/yahoo/util.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/yahoo/util.c	Mon Mar 01 05:13:45 2004 +0000
+++ b/src/protocols/yahoo/util.c	Mon Mar 01 05:15:15 2004 +0000
@@ -136,6 +136,7 @@
 	g_hash_table_insert(ht, "x2", "</I>");
 	g_hash_table_insert(ht,  "4",  "<U>");
 	g_hash_table_insert(ht, "x4", "</U>");
+	g_hash_table_insert(ht, "</font>", "</font>");
 
 	/* these just tell us the text they surround is supposed
 	 * to be a link. gaim figures that out on its own so we