summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-11-03 23:18:42 +0000
committerPhilip Withnall <withnall@endlessm.com>2017-11-03 23:18:42 +0000
commit83cce228f50227e3425ba734782c925cdf491fbb (patch)
treed95468639f441b86775235f85bf4116f016e9ab0
parent0309bb09647cdb8361b080a67b1cdeac5a3483f2 (diff)
downloadlibgdata-83cce228f50227e3425ba734782c925cdf491fbb.tar.gz
contacts: Fix typo in previous commit
Do. Not. Push. Without. Compiling. Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--gdata/services/contacts/gdata-contacts-query.c2
1 files changed, 1 insertions, 1 deletions
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