Skip to content
Snippets Groups Projects
Commit 948b21df authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Merge branch 'contact_list' of...

Merge branch 'contact_list' of git+ssh://repos-sflphone-git@sflphone.org/~/sflphone into contact_list
parents e4d2eea0 61305dfd
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ create_query (const char* s)
phone[1] = e_book_query_field_exists (E_CONTACT_PHONE_HOME);
phone[2] = e_book_query_field_exists (E_CONTACT_PHONE_MOBILE);
query = e_book_query_andv (e_book_query_or (n_search_fields, q, FALSE), e_book_query_or (3, phone, FALSE));
query = e_book_query_andv (e_book_query_or (n_search_fields, q, FALSE), e_book_query_or (3, phone, FALSE), NULL);
for (i = 0; i < n_search_fields; i++) {
g_free (field_queries[i]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment