aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/evolution-addressbook-abuse.c2
-rw-r--r--tools/evolution-addressbook-export.c2
-rw-r--r--tools/evolution-addressbook-import.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/evolution-addressbook-abuse.c b/tools/evolution-addressbook-abuse.c
index 44de75d780..4ba7bfc5ee 100644
--- a/tools/evolution-addressbook-abuse.c
+++ b/tools/evolution-addressbook-abuse.c
@@ -95,7 +95,7 @@ static gint
abuse_timeout (gpointer foo)
{
EBook *book = e_book_new ();
- e_book_load_local_address_book (book, use_addressbook, NULL);
+ e_book_load_default_book (book, use_addressbook, NULL);
++call_count;
g_message ("timeout!");
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 ();
diff --git a/tools/evolution-addressbook-import.c b/tools/evolution-addressbook-import.c
index 9d79ccae0d..60180fb883 100644
--- a/tools/evolution-addressbook-import.c
+++ b/tools/evolution-addressbook-import.c
@@ -85,7 +85,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 ();