Mercurial > pidgin
comparison src/protocols/yahoo/yahoo_profile.c @ 12943:82e918444965
[gaim-migrate @ 15296]
Passing the 'full' condition to the prpls when building tooltips.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 19 Jan 2006 07:01:58 +0000 |
parents | 2c3ee0eff94b |
children | ec9b92104904 |
comparison
equal
deleted
inserted
replaced
12942:432894b3bdad | 12943:82e918444965 |
---|---|
666 | 666 |
667 b = gaim_find_buddy(gaim_connection_get_account(info_data->gc), | 667 b = gaim_find_buddy(gaim_connection_get_account(info_data->gc), |
668 info_data->name); | 668 info_data->name); |
669 | 669 |
670 if (b) { | 670 if (b) { |
671 char *statustext = yahoo_tooltip_text(b); | 671 char *statustext = yahoo_tooltip_text(b, TRUE); |
672 if(b->alias && b->alias[0]) { | 672 if(b->alias && b->alias[0]) { |
673 char *aliastext = g_markup_escape_text(b->alias, -1); | 673 char *aliastext = g_markup_escape_text(b->alias, -1); |
674 g_string_append_printf(s, _("<b>Alias:</b> %s<br>"), aliastext); | 674 g_string_append_printf(s, _("<b>Alias:</b> %s<br>"), aliastext); |
675 g_free(aliastext); | 675 g_free(aliastext); |
676 } | 676 } |