# HG changeset patch # User Nathan Walp # Date 1100926216 0 # Node ID 132e8767b2f6e85c3611d0d28c3c0bb1d4a59b18 # Parent 45bcc3edd8c325e8a5313ba0ef717272ef55adce [gaim-migrate @ 11342] patch from Manuel Amador (Rudd-O) to fix telephone numbers in jabber vCards committer: Tailor Script diff -r 45bcc3edd8c3 -r 132e8767b2f6 COPYRIGHT --- 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 diff -r 45bcc3edd8c3 -r 132e8767b2f6 src/protocols/jabber/buddy.c --- 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, "%s"}, {N_("Organization Name"), NULL, TRUE, TRUE, "ORGNAME", "ORG", NULL}, {N_("Organization Unit"), NULL, TRUE, TRUE, "ORGUNIT", "ORG", NULL},