[evolution-data-server] Bug 629032 - GW count is not updated while downloading contacts.



commit 4288c46c02108ec875f20e11964a7b1a3c922360
Author: Punit Jain <jpunit novell com>
Date:   Mon Mar 21 09:16:36 2011 +0530

    Bug 629032 - GW count is not updated while downloading contacts.
    
    Not displaying the contacts while fetching and the contacts count
    on the left top is same as the number of contacts displayed in view.

 .../backends/groupwise/e-book-backend-groupwise.c  |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/addressbook/backends/groupwise/e-book-backend-groupwise.c b/addressbook/backends/groupwise/e-book-backend-groupwise.c
index 20be955..3fc997e 100644
--- a/addressbook/backends/groupwise/e-book-backend-groupwise.c
+++ b/addressbook/backends/groupwise/e-book-backend-groupwise.c
@@ -2699,6 +2699,8 @@ build_cache (EBookBackendGroupwise *ebgw)
 				status_msg = g_strdup_printf (_("Downloading contacts (%d)... "),
 								 contact_num);
 				book_view_notify_status (book_view, status_msg);
+				e_data_book_view_notify_update (book_view, contact);
+
 				g_free (status_msg);
 			}
 



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