diff options
author | Jason Leach <jasonleach@usa.net> | 2001-04-13 10:14:35 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-04-13 10:14:35 +0800 |
commit | 275c3b3debf4db4b5eb2298333cfddcc48a9b75d (patch) | |
tree | 458bcc1f06cd2199f1ccf73787e9ea901213979b /addressbook/backend | |
parent | 9d81248e5f66bdefeedebe7642feb8e21f200950 (diff) | |
download | gsoc2013-evolution-275c3b3debf4db4b5eb2298333cfddcc48a9b75d.tar gsoc2013-evolution-275c3b3debf4db4b5eb2298333cfddcc48a9b75d.tar.gz gsoc2013-evolution-275c3b3debf4db4b5eb2298333cfddcc48a9b75d.tar.bz2 gsoc2013-evolution-275c3b3debf4db4b5eb2298333cfddcc48a9b75d.tar.lz gsoc2013-evolution-275c3b3debf4db4b5eb2298333cfddcc48a9b75d.tar.xz gsoc2013-evolution-275c3b3debf4db4b5eb2298333cfddcc48a9b75d.tar.zst gsoc2013-evolution-275c3b3debf4db4b5eb2298333cfddcc48a9b75d.zip |
Update the Voice and Fax phone numbers too, finishing off bug #1667.
2001-04-12 Jason Leach <jasonleach@usa.net>
* backend/pas/pas-backend-file.c (INITIAL_VCARD): Update the Voice
and Fax phone numbers too, finishing off bug #1667.
svn path=/trunk/; revision=9296
Diffstat (limited to 'addressbook/backend')
-rw-r--r-- | addressbook/backend/pas/pas-backend-file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/backend/pas/pas-backend-file.c b/addressbook/backend/pas/pas-backend-file.c index d851ebbdc7..9e0a24fd50 100644 --- a/addressbook/backend/pas/pas-backend-file.c +++ b/addressbook/backend/pas/pas-backend-file.c @@ -1332,8 +1332,8 @@ pas_backend_file_maybe_upgrade_db (PASBackendFile *bf) #define INITIAL_VCARD "BEGIN:VCARD\n\ X-EVOLUTION-FILE-AS:Ximian, Inc.\n\ LABEL;WORK;QUOTED-PRINTABLE:401 Park Drive 3 West=0ABoston, MA 02215=0AUSA\n\ -TEL;WORK;VOICE:(617) 679-1984\n\ -TEL;WORK;FAX:(617) 679-1949\n\ +TEL;WORK;VOICE:(617) 236-0442\n\ +TEL;WORK;FAX:(617) 236-8630\n\ EMAIL;INTERNET:hello@ximian.com\n\ URL:http://www.ximian.com/\n\ ORG:Ximian, Inc.;\n\ |