[evolution-data-server/openismus-work] Fixing test-client-custom-summary for last merge
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/openismus-work] Fixing test-client-custom-summary for last merge
- Date: Thu, 21 Feb 2013 13:45:38 +0000 (UTC)
commit 9ac3aff0119299ddb275eca1833ca3f9b4718eda
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Thu Feb 21 21:02:08 2013 +0900
Fixing test-client-custom-summary for last merge
tests/libebook/client/test-client-custom-summary.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/libebook/client/test-client-custom-summary.c
b/tests/libebook/client/test-client-custom-summary.c
index 85db667..d9f6f10 100644
--- a/tests/libebook/client/test-client-custom-summary.c
+++ b/tests/libebook/client/test-client-custom-summary.c
@@ -105,12 +105,12 @@ add_client_test (const gchar *prefix,
ClientTestData *data = g_slice_new0 (ClientTestData);
gchar *path = g_strconcat (prefix, test_case_name, NULL);
- data->parent.type = direct ? E_TEST_SERVER_DIRECT_ADDRESS_BOOK : E_TEST_SERVER_ADDRESS_BOOK;
+ data->closure.type = direct ? E_TEST_SERVER_DIRECT_ADDRESS_BOOK : E_TEST_SERVER_ADDRESS_BOOK;
if (custom)
- data->parent.customize = setup_custom_book;
+ data->closure.customize = setup_custom_book;
- data->parent.destroy_closure_func = client_test_data_free;
+ data->closure.destroy_closure_func = client_test_data_free;
data->query = query;
data->num_contacts = num_contacts;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]