# HG changeset patch # User Luke Schierer # Date 1078118115 0 # Node ID 7e9fdaab71631431986039bd44776b4006af07ec # Parent 1556970088d45e2ebf505da9501948d8f684b67a [gaim-migrate @ 9103] (00:19:29) marv: dang it, i forgot one of the tags. I don't suppose you could add one for after g_hash_table_insert(ht, "", ""); (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 and stuff g_hash_table_insert(ht, "", ""); committer: Tailor Script diff -r 1556970088d4 -r 7e9fdaab7163 src/protocols/yahoo/util.c --- 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", ""); g_hash_table_insert(ht, "4", ""); g_hash_table_insert(ht, "x4", ""); + g_hash_table_insert(ht, "", ""); /* these just tell us the text they surround is supposed * to be a link. gaim figures that out on its own so we