From 0c7e55e75cc787269ab570588f3873b6279aede1 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 18 Apr 2002 20:50:28 +0000 Subject: Append /addressbook.db to the end of the default URI if it starts with * backend/ebook/e-book-util.c (e_book_load_default_book): Append /addressbook.db to the end of the default URI if it starts with file: * backend/ebook/e-book.c (e_book_load_uri_step): Fix this to not loop forever if you have more than one backend. svn path=/trunk/; revision=16519 --- addressbook/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f8195e4d70..8fb8c5fc2b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2002-04-18 Dan Winship + + * backend/ebook/e-book-util.c (e_book_load_default_book): Append + /addressbook.db to the end of the default URI if it starts with + file: + + * backend/ebook/e-book.c (e_book_load_uri_step): Fix this to not + loop forever if you have more than one backend. + 2002-04-17 Christopher James Lahey * gui/component/select-names/e-select-names.c -- cgit