diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-04-13 09:00:54 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-04-13 09:00:54 +0800 |
commit | 3bf472d9cae883f7b7466bedc94b674838ba0217 (patch) | |
tree | 90baaa45f81ef5233078b67cb103209062014bdb | |
parent | 2814f8d7659650aadab7790cd464707d19c97b52 (diff) | |
download | gsoc2013-evolution-3bf472d9cae883f7b7466bedc94b674838ba0217.tar gsoc2013-evolution-3bf472d9cae883f7b7466bedc94b674838ba0217.tar.gz gsoc2013-evolution-3bf472d9cae883f7b7466bedc94b674838ba0217.tar.bz2 gsoc2013-evolution-3bf472d9cae883f7b7466bedc94b674838ba0217.tar.lz gsoc2013-evolution-3bf472d9cae883f7b7466bedc94b674838ba0217.tar.xz gsoc2013-evolution-3bf472d9cae883f7b7466bedc94b674838ba0217.tar.zst gsoc2013-evolution-3bf472d9cae883f7b7466bedc94b674838ba0217.zip |
Update the built in VCard.
2001-04-11 Christopher James Lahey <clahey@ximian.com>
* backend/pas/pas-backend-file.c (INITIAL_VCARD): Update the built
in VCard.
svn path=/trunk/; revision=9293
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/backend/pas/pas-backend-file.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a23891f3e0..f4d8ee9d32 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-04-11 Christopher James Lahey <clahey@ximian.com> + + * backend/pas/pas-backend-file.c (INITIAL_VCARD): Update the built + in VCard. + 2001-04-12 JP Rosevear <jpr@ximian.com> * conduit/address-conduit.c (local_record_from_ecard): put the diff --git a/addressbook/backend/pas/pas-backend-file.c b/addressbook/backend/pas/pas-backend-file.c index 72192c312b..d851ebbdc7 100644 --- a/addressbook/backend/pas/pas-backend-file.c +++ b/addressbook/backend/pas/pas-backend-file.c @@ -49,7 +49,7 @@ struct _PASBackendFilePrivate { char *uri; DB *file_db; EList *book_views; - gboolean writable; + gboolean writable; }; struct _PASBackendFileCursorPrivate { @@ -1331,7 +1331,7 @@ 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:101 Rogers St. Ste. 214=0ACambridge, MA 02142=0AUSA\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\ EMAIL;INTERNET:hello@ximian.com\n\ |