Sat, 20 Nov 2004 04:50:16 +0000
[gaim-migrate @ 11342]
patch from Manuel Amador (Rudd-O) to fix telephone numbers in jabber vCards
committer: Nathan Walp <nwalp@pidgin.im>
| COPYRIGHT | file | annotate | diff | comparison | revisions | |
| src/protocols/jabber/buddy.c | file | annotate | diff | comparison | revisions |
--- a/COPYRIGHT Sat Nov 20 01:18:16 2004 +0000 +++ b/COPYRIGHT Sat Nov 20 04:50:16 2004 +0000 @@ -4,6 +4,7 @@ If you have contributed to Gaim, you deserve to be on this list. Contact us (see: AUTHORS) and we'll add you. +Manuel Amador Daniel Atallah Paul Aurich Patrick Aussems
--- a/src/protocols/jabber/buddy.c Sat Nov 20 01:18:16 2004 +0000 +++ b/src/protocols/jabber/buddy.c Sat Nov 20 04:50:16 2004 +0000 @@ -257,7 +257,7 @@ {N_("Region"), NULL, TRUE, TRUE, "REGION", "ADR", NULL}, {N_("Postal Code"), NULL, TRUE, TRUE, "PCODE", "ADR", NULL}, {N_("Country"), NULL, TRUE, TRUE, "COUNTRY", "ADR", NULL}, - {N_("Telephone"), NULL, TRUE, TRUE, "TELEPHONE", NULL, NULL}, + {N_("Telephone"), NULL, TRUE, TRUE, "TEL", NULL, NULL}, {N_("Email"), NULL, TRUE, TRUE, "EMAIL", NULL, "<A HREF=\"mailto:%s\">%s</A>"}, {N_("Organization Name"), NULL, TRUE, TRUE, "ORGNAME", "ORG", NULL}, {N_("Organization Unit"), NULL, TRUE, TRUE, "ORGUNIT", "ORG", NULL},