[evolution-data-server] Fix a typo in the code, do not call itself recursively



commit ed9780c589e0f023ebc0cefdff080c24778b4471
Author: Milan Crha <mcrha redhat com>
Date:   Wed Jun 1 13:33:04 2011 +0200

    Fix a typo in the code, do not call itself recursively

 addressbook/libedata-book/e-book-backend-sync.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/libedata-book/e-book-backend-sync.c b/addressbook/libedata-book/e-book-backend-sync.c
index 141b234..fcbd414 100644
--- a/addressbook/libedata-book/e-book-backend-sync.c
+++ b/addressbook/libedata-book/e-book-backend-sync.c
@@ -337,7 +337,7 @@ e_book_backend_sync_get_contact_list_uids (EBookBackendSync *backend,
 		GSList *vcards = NULL;
 		GError *local_error = NULL;
 
-		e_book_backend_sync_get_contact_list_uids (backend, book, cancellable, query, &vcards, &local_error);
+		e_book_backend_sync_get_contact_list (backend, book, cancellable, query, &vcards, &local_error);
 
 		if (local_error) {
 			g_propagate_error (error, local_error);



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