--- a/src/protocols/yahoo/yahoo_profile.c Thu Jan 19 06:55:22 2006 +0000 +++ b/src/protocols/yahoo/yahoo_profile.c Thu Jan 19 07:01:58 2006 +0000 @@ -668,7 +668,7 @@ info_data->name); if (b) { - char *statustext = yahoo_tooltip_text(b); + char *statustext = yahoo_tooltip_text(b, TRUE); if(b->alias && b->alias[0]) { char *aliastext = g_markup_escape_text(b->alias, -1); g_string_append_printf(s, _("<b>Alias:</b> %s<br>"), aliastext);