do a OR operation insted of assinging BEGINS_WITH_FILE_AS
authorSivaiah Nallagatla <snallagatla@novell.com>
Tue, 17 Aug 2004 13:27:06 +0000 (13:27 +0000)
committerSivaiah Nallagatla <siva@src.gnome.org>
Tue, 17 Aug 2004 13:27:06 +0000 (13:27 +0000)
2004-08-17  Sivaiah Nallagatla <snallagatla@novell.com>

        * backends/groupwise/e-book-backend-groupwise.c (func_begins_with):
        do a OR operation insted of assinging BEGINS_WITH_FILE_AS

addressbook/ChangeLog
addressbook/backends/groupwise/e-book-backend-groupwise.c

index ac9bda5..c1ed0bd 100644 (file)
@@ -1,5 +1,10 @@
 2004-08-17  Sivaiah Nallagatla <snallagatla@novell.com>
        
+       * backends/groupwise/e-book-backend-groupwise.c (func_begins_with):
+       do a OR operation insted of assinging BEGINS_WITH_FILE_AS
+
+2004-08-17  Sivaiah Nallagatla <snallagatla@novell.com>
+       
        * backends/groupwise/e-book-backend-groupwise.c (book_view_thread) :
        don't update the view with contact when id is not present. Send the 
        "name email" view to server when the query is for auto-completion
index a7d846d..fd0cf78 100644 (file)
@@ -1524,7 +1524,7 @@ func_beginswith(struct _ESExp *f, int argc, struct _ESExpResult **argv, void *da
                }
                else if (g_str_equal (propname, "email")) {
                        gw_field_name = "emailList/email";
-                       sexp_data->auto_completion= BEGINS_WITH_EMAIL;
+                       sexp_data->auto_completion |= BEGINS_WITH_EMAIL;
                }
                else if (g_str_equal (propname, "file_as")) { 
                         gw_field_name = "name";