From 67d091d07ef507f2eee7b6a6ac8c81e359cf5a71 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 13 Aug 2002 01:06:15 +0000 Subject: Use default book, not local one. * tools/evolution-addressbook-import.c (main): Use default book, not local one. * tools/evolution-addressbook-export.c (main): Likewise. * tools/evolution-addressbook-abuse.c (abuse_timeout): Likewise. svn path=/trunk/; revision=17766 --- tools/evolution-addressbook-export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/evolution-addressbook-export.c') diff --git a/tools/evolution-addressbook-export.c b/tools/evolution-addressbook-export.c index cfc0237a02..e21053b300 100644 --- a/tools/evolution-addressbook-export.c +++ b/tools/evolution-addressbook-export.c @@ -59,7 +59,7 @@ main (int argc, char *argv[]) if (bonobo_init (CORBA_OBJECT_NIL, CORBA_OBJECT_NIL, CORBA_OBJECT_NIL) == FALSE) g_error (_("Could not initialize Bonobo")); - e_book_use_local_address_book (use_addressbook, filename); + e_book_use_default_book (use_addressbook, filename); bonobo_main (); -- cgit v1.2.3