aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/util/eab-book-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/util/eab-book-util.c')
-rw-r--r--addressbook/util/eab-book-util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/util/eab-book-util.c b/addressbook/util/eab-book-util.c
index 7482ad2807..53a09c323b 100644
--- a/addressbook/util/eab-book-util.c
+++ b/addressbook/util/eab-book-util.c
@@ -74,7 +74,7 @@ guint
eab_name_and_email_query (EBook *book,
const gchar *name,
const gchar *email,
- EBookContactsCallback cb,
+ EBookListCallback cb,
gpointer closure)
{
gchar *email_query=NULL, *name_query=NULL;
@@ -153,7 +153,7 @@ eab_name_and_email_query (EBook *book,
guint
eab_nickname_query (EBook *book,
const char *nickname,
- EBookContactsCallback cb,
+ EBookListCallback cb,
gpointer closure)
{
EBookQuery *query;