diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-09 21:53:11 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-09 21:53:11 +0800 |
commit | c65e10b1513920673533b021b05806fb16950429 (patch) | |
tree | 2d441529a72e62f86208fc6bfd533213bdc4593d | |
parent | 318b5669cd0f2b6ab758a3319288920f8b89c128 (diff) | |
download | gsoc2013-evolution-c65e10b1513920673533b021b05806fb16950429.tar gsoc2013-evolution-c65e10b1513920673533b021b05806fb16950429.tar.gz gsoc2013-evolution-c65e10b1513920673533b021b05806fb16950429.tar.bz2 gsoc2013-evolution-c65e10b1513920673533b021b05806fb16950429.tar.lz gsoc2013-evolution-c65e10b1513920673533b021b05806fb16950429.tar.xz gsoc2013-evolution-c65e10b1513920673533b021b05806fb16950429.tar.zst gsoc2013-evolution-c65e10b1513920673533b021b05806fb16950429.zip |
Removed addressbook.db since this is now handled by the pas.
2000-05-09 Christopher James Lahey <clahey@helixcode.com>
* local/Contacts/Makefile.am, local/Contacts/addressbook.db:
Removed addressbook.db since this is now handled by the pas.
svn path=/trunk/; revision=2940
-rw-r--r-- | default_user/ChangeLog | 5 | ||||
-rw-r--r-- | default_user/local/Contacts/Makefile.am | 3 | ||||
-rw-r--r-- | default_user/local/Contacts/addressbook.db | bin | 16384 -> 0 bytes |
3 files changed, 6 insertions, 2 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog index 2b48ac04fe..27e6cb7b32 100644 --- a/default_user/ChangeLog +++ b/default_user/ChangeLog @@ -1,3 +1,8 @@ +2000-05-09 Christopher James Lahey <clahey@helixcode.com> + + * local/Contacts/Makefile.am, local/Contacts/addressbook.db: + Removed addressbook.db since this is now handled by the pas. + 2000-05-08 Matt Loper <matt@helixcode.com> * shortcuts.xml: Removed unused shortcuts which point to diff --git a/default_user/local/Contacts/Makefile.am b/default_user/local/Contacts/Makefile.am index ebb3a0d9dc..9c66d823ed 100644 --- a/default_user/local/Contacts/Makefile.am +++ b/default_user/local/Contacts/Makefile.am @@ -1,4 +1,3 @@ defaultcalendardir = $(datadir)/evolution/default_user/local/Contacts defaultcalendar_DATA = \ - folder-metadata.xml \ - addressbook.db
\ No newline at end of file + folder-metadata.xml diff --git a/default_user/local/Contacts/addressbook.db b/default_user/local/Contacts/addressbook.db Binary files differdeleted file mode 100644 index d7b8cdc8e7..0000000000 --- a/default_user/local/Contacts/addressbook.db +++ /dev/null |