Mercurial > pidgin
changeset 12633:b4d2bba86f65
[gaim-migrate @ 14969]
Death to duplicated names in profiles.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 23 Dec 2005 01:22:29 +0000 |
parents | 87f3542b3701 |
children | 8512c990967b |
files | src/protocols/jabber/buddy.c src/protocols/yahoo/yahoo_profile.c |
diffstat | 2 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/jabber/buddy.c Thu Dec 22 23:06:43 2005 +0000 +++ b/src/protocols/jabber/buddy.c Fri Dec 23 01:22:29 2005 +0000 @@ -613,9 +613,6 @@ info_text = g_string_new(""); - g_string_append_printf(info_text, "<b>%s:</b> %s<br/>", _("Jabber ID"), - from); - if(resource_name) { jbr = jabber_buddy_find_resource(jb, resource_name); if(jbr) {
--- a/src/protocols/yahoo/yahoo_profile.c Thu Dec 22 23:06:43 2005 +0000 +++ b/src/protocols/yahoo/yahoo_profile.c Fri Dec 23 01:22:29 2005 +0000 @@ -664,8 +664,6 @@ GaimBuddy *b; YahooFriend *f; - g_string_printf(s, "<span style=\"font-size: larger\"><b>%s</b></span><br>", - info_data->name); b = gaim_find_buddy(gaim_connection_get_account(info_data->gc), info_data->name);