src/protocols/yahoo/yahoo_profile.c

changeset 12943
8f11013baa86
parent 12876
8548fe2c854a
child 12970
c2f3b4dcf711
--- 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);

mercurial