[gaim-migrate @ 14969]

Fri, 23 Dec 2005 01:22:29 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Fri, 23 Dec 2005 01:22:29 +0000
changeset 12633
3acd866c5088
parent 12632
91f69473e4c5
child 12634
943954b63b48

[gaim-migrate @ 14969]
Death to duplicated names in profiles.

src/protocols/jabber/buddy.c file | annotate | diff | comparison | revisions
src/protocols/yahoo/yahoo_profile.c file | annotate | diff | comparison | revisions
--- 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);
 

mercurial