[evolution-data-server/openismus-work-master] EDataBookCursor: s/E_CLIENT_ERROR_END_OF_LIST/E_CLIENT_ERROR_QUERY_REFUSED/g



commit df37d1e3ae22d0aafcd503249390396b3d83b2fe
Author: Tristan Van Berkom <tristanvb openismus com>
Date:   Wed Oct 23 00:17:59 2013 +0200

    EDataBookCursor: s/E_CLIENT_ERROR_END_OF_LIST/E_CLIENT_ERROR_QUERY_REFUSED/g

 addressbook/libedata-book/e-data-book-cursor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/libedata-book/e-data-book-cursor.c b/addressbook/libedata-book/e-data-book-cursor.c
index a5e7cff..591e995 100644
--- a/addressbook/libedata-book/e-data-book-cursor.c
+++ b/addressbook/libedata-book/e-data-book-cursor.c
@@ -801,7 +801,7 @@ e_data_book_cursor_set_sexp (EDataBookCursor     *cursor,
  * return no results if the cursor currently points to the last contact. 
  * Reaching the end of the list is not considered an error condition. Attempts
  * to step beyond the end of the list after having reached the end of the list
- * will however trigger an %E_CLIENT_ERROR_END_OF_LIST error.
+ * will however trigger an %E_CLIENT_ERROR_QUERY_REFUSED error.
  *
  * If %E_BOOK_CURSOR_STEP_FETCH is specified in %flags, a pointer to 
  * a %NULL #GSList pointer should be provided for the @results parameter.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]