[evolution-data-server] Bug 583791 (bnc) - User created contact list does not behave reliably
- From: Bharath Acharya <abharath src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug 583791 (bnc) - User created contact list does not behave reliably
- Date: Fri, 9 Apr 2010 04:53:04 +0000 (UTC)
commit 1958f0f5cc7828ea86fe0277eef854d5475213d5
Author: Bharath Acharya <abharath novell com>
Date: Fri Apr 9 10:19:30 2010 +0530
Bug 583791 (bnc) - User created contact list does not behave reliably
We do not fetch the members of a list in GroupWise for autocompletion.
Added an env variable to fetch all the members.
.../backends/groupwise/e-book-backend-groupwise.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/backends/groupwise/e-book-backend-groupwise.c b/addressbook/backends/groupwise/e-book-backend-groupwise.c
index 70f123d..c841bfb 100644
--- a/addressbook/backends/groupwise/e-book-backend-groupwise.c
+++ b/addressbook/backends/groupwise/e-book-backend-groupwise.c
@@ -2206,7 +2206,7 @@ book_view_thread (gpointer data)
filter = e_book_backend_groupwise_build_gw_filter (gwb, query, &is_auto_completion, &search_string);
view = "name email default members";
- if (is_auto_completion)
+ if (is_auto_completion && !g_getenv ("AUTOCOMPLETE_EXPAND_CL"))
view = "name email";
if (search_string) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]