summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPunit Jain <jpunit@novell.com>2011-03-21 09:16:36 +0530
committerBharath Acharya <abharath@novell.com>2011-03-21 09:16:36 +0530
commit4288c46c02108ec875f20e11964a7b1a3c922360 (patch)
treec9f17006d46d6a2eb2bc0073ccc56b4088f2731c
parentb950c648f74fedcc43c1b8fb8583bab032a80e4c (diff)
downloadevolution-data-server-4288c46c02108ec875f20e11964a7b1a3c922360.tar.gz
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.
-rw-r--r--addressbook/backends/groupwise/e-book-backend-groupwise.c2
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 20be95535..3fc997e0a 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);
}