aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-destination.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/backend/ebook/e-destination.c')
-rw-r--r--addressbook/backend/ebook/e-destination.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/backend/ebook/e-destination.c b/addressbook/backend/ebook/e-destination.c
index 5cb5fa859f..c83d908e9b 100644
--- a/addressbook/backend/ebook/e-destination.c
+++ b/addressbook/backend/ebook/e-destination.c
@@ -1034,7 +1034,7 @@ launch_cardify_query (EDestination *dest)
}
static void
-use_local_book_cb (EBook *book, gpointer closure)
+use_default_book_cb (EBook *book, gpointer closure)
{
EDestination *dest = E_DESTINATION (closure);
if (dest->priv->cardify_book == NULL) {
@@ -1108,7 +1108,7 @@ e_destination_cardify (EDestination *dest, EBook *book)
if (dest->priv->cardify_book != NULL) {
launch_cardify_query (dest);
} else {
- e_book_use_local_address_book (use_local_book_cb, dest);
+ e_book_use_default_book (use_default_book_cb, dest);
}
}
@@ -1673,7 +1673,7 @@ e_destination_touch (EDestination *dest)
email = e_destination_get_email (dest);
if (email)
- e_book_query_address_locally (email, touch_cb, NULL);
+ e_book_query_address_default (email, touch_cb, NULL);
}
}