Bug #615735 - Contacts are not displayed in GW Addressbook.
authorBharath Acharya <abharath@novell.com>
Wed, 28 Apr 2010 06:14:00 +0000 (11:44 +0530)
committerBharath Acharya <abharath@novell.com>
Wed, 28 Apr 2010 06:14:00 +0000 (11:44 +0530)
addressbook/backends/groupwise/e-book-backend-groupwise.c

index c841bfb..2b01c46 100644 (file)
@@ -2645,7 +2645,7 @@ build_cache (EBookBackendGroupwise *ebgw)
        }
 
        status = e_gw_connection_create_cursor (priv->cnc, priv->container_id,
-                                               "name email default members", NULL, &cursor);
+                                               "default members", NULL, &cursor);
        if (status != E_GW_CONNECTION_STATUS_OK) {
                if (enable_debug)
                        printf("No connection with the server \n");