diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-03-07 01:57:34 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-03-07 01:57:34 +0800 |
commit | 0fdd199a2b2edccaec296602d3c93121455d2550 (patch) | |
tree | 67565dde221486dee8706924b75f8edd775e86e0 /addressbook/ChangeLog | |
parent | e5fbbdf9c1b9460fea229a1a80dc6bb4f28c9823 (diff) | |
download | gsoc2013-evolution-0fdd199a2b2edccaec296602d3c93121455d2550.tar gsoc2013-evolution-0fdd199a2b2edccaec296602d3c93121455d2550.tar.gz gsoc2013-evolution-0fdd199a2b2edccaec296602d3c93121455d2550.tar.bz2 gsoc2013-evolution-0fdd199a2b2edccaec296602d3c93121455d2550.tar.lz gsoc2013-evolution-0fdd199a2b2edccaec296602d3c93121455d2550.tar.xz gsoc2013-evolution-0fdd199a2b2edccaec296602d3c93121455d2550.tar.zst gsoc2013-evolution-0fdd199a2b2edccaec296602d3c93121455d2550.zip |
Added. Just encapsulates opening
2001-03-06 Jon Trowbridge <trow@ximian.com>
* backend/ebook/e-book.c (e_book_load_local_address_book): Added.
Just encapsulates opening
file://~username/evolution/local/Contactes/addressbook.db, so that
path doesn't need to be hardwired in throughout the code.
svn path=/trunk/; revision=8570
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 027dfb3e6c..16cd8cf5be 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2001-03-06 Jon Trowbridge <trow@ximian.com> + + * backend/ebook/e-book.c (e_book_load_local_address_book): Added. + Just encapsulates opening + file://~username/evolution/local/Contactes/addressbook.db, so that + path doesn't need to be hardwired in throughout the code. + 2001-03-06 Benjamin Kahn <xkahn@cybersites.com> * contact-editor/e-contact-quick-add.c (clicked_cb): |