From 83cce228f50227e3425ba734782c925cdf491fbb Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 3 Nov 2017 23:18:42 +0000 Subject: contacts: Fix typo in previous commit Do. Not. Push. Without. Compiling. Signed-off-by: Philip Withnall --- gdata/services/contacts/gdata-contacts-query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdata/services/contacts/gdata-contacts-query.c b/gdata/services/contacts/gdata-contacts-query.c index 51b61d1b..3f3fab58 100644 --- a/gdata/services/contacts/gdata-contacts-query.c +++ b/gdata/services/contacts/gdata-contacts-query.c @@ -187,7 +187,7 @@ gdata_contacts_query_init (GDataContactsQuery *self) * the results include next/previous URIs, so use those instead. * (We have to — the #GDataService code will use them unconditionally.) */ _gdata_query_set_pagination_type (GDATA_QUERY (self), - GDATA_QUERY_PAGINATION_URI); + GDATA_QUERY_PAGINATION_URIS); } static void -- cgit v1.2.1