[evolution-mapi/gnome-2-28] BUGFIX #595480: Stop fetching GAL every time.



commit 712d13b81de53366f6a0b116d642777a77370545
Author: Bharath Acharya <abharath novell com>
Date:   Mon Nov 16 10:45:22 2009 +0530

    BUGFIX #595480: Stop fetching GAL every time.
    
    Stop fetching the GAL entries on every book_view thread.

 src/addressbook/e-book-backend-mapi-gal.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/addressbook/e-book-backend-mapi-gal.c b/src/addressbook/e-book-backend-mapi-gal.c
index 94bfb46..32211a6 100644
--- a/src/addressbook/e-book-backend-mapi-gal.c
+++ b/src/addressbook/e-book-backend-mapi-gal.c
@@ -686,7 +686,6 @@ book_view_thread (gpointer data)
 	GList *contacts = NULL, *temp_list = NULL;
 	//Number of multiple restriction to apply
 	unsigned int res_count = 6;
-	GPtrArray *contacts_array = g_ptr_array_new();
 	
 	if (enable_debug)
 		printf("mapi: book view\n");
@@ -699,7 +698,6 @@ book_view_thread (gpointer data)
 						
 	switch (priv->mode) {
 		case GNOME_Evolution_Addressbook_MODE_REMOTE:
-			exchange_mapi_util_get_gal (contacts_array);
 			if (!exchange_mapi_connection_exists ()) {
 				e_book_backend_notify_auth_required (E_BOOK_BACKEND (backend));
 				e_data_book_view_notify_complete (book_view,



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