diff options
Diffstat (limited to 'tools/evolution-addressbook-export.c')
-rw-r--r-- | tools/evolution-addressbook-export.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 (); |