[evolution-data-server/gnome-3-7-2: 1/2] Fix EBookClient property fetching crack.



commit 2059ed99f5e9ddff92e9630b82e6776313d1017a
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Nov 17 15:04:49 2012 -0500

    Fix EBookClient property fetching crack.
    
    (cherry picked from commit 73b9288aca13ed70779eb914242b81cb9084a8e2)

 libedataserverui/e-client-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libedataserverui/e-client-utils.c b/libedataserverui/e-client-utils.c
index f41888b..3b8a5da 100644
--- a/libedataserverui/e-client-utils.c
+++ b/libedataserverui/e-client-utils.c
@@ -223,7 +223,7 @@ client_utils_capabilities_retrieved_cb (GObject *source_object,
 			e_client_get_backend_property (async_data->client, CAL_BACKEND_PROPERTY_ALARM_EMAIL_ADDRESS, async_data->cancellable, client_utils_get_backend_property_cb, async_data);
 			e_client_get_backend_property (async_data->client, CAL_BACKEND_PROPERTY_DEFAULT_OBJECT, async_data->cancellable, client_utils_get_backend_property_cb, async_data);
 		} else if (E_IS_BOOK_CLIENT (client)) {
-			async_data->pending_properties_count += 3;
+			async_data->pending_properties_count += 2;
 
 			e_client_get_backend_property (async_data->client, BOOK_BACKEND_PROPERTY_REQUIRED_FIELDS, async_data->cancellable, client_utils_get_backend_property_cb, async_data);
 			e_client_get_backend_property (async_data->client, BOOK_BACKEND_PROPERTY_SUPPORTED_FIELDS, async_data->cancellable, client_utils_get_backend_property_cb, async_data);



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