comparison src/protocols/yahoo/util.c @ 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 be172fe866ac
comparison
equal deleted inserted replaced
8375:1556970088d4 8376:7e9fdaab7163
134 g_hash_table_insert(ht, "x1", "</B>"); 134 g_hash_table_insert(ht, "x1", "</B>");
135 g_hash_table_insert(ht, "2", "<I>"); 135 g_hash_table_insert(ht, "2", "<I>");
136 g_hash_table_insert(ht, "x2", "</I>"); 136 g_hash_table_insert(ht, "x2", "</I>");
137 g_hash_table_insert(ht, "4", "<U>"); 137 g_hash_table_insert(ht, "4", "<U>");
138 g_hash_table_insert(ht, "x4", "</U>"); 138 g_hash_table_insert(ht, "x4", "</U>");
139 g_hash_table_insert(ht, "</font>", "</font>");
139 140
140 /* these just tell us the text they surround is supposed 141 /* these just tell us the text they surround is supposed
141 * to be a link. gaim figures that out on its own so we 142 * to be a link. gaim figures that out on its own so we
142 * just ignore it. 143 * just ignore it.
143 */ 144 */