about summary refs log tree commit diff stats
path: root/contact_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'contact_list.c')
-rw-r--r--contact_list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contact_list.c b/contact_list.c
index 3ffe91c6..acb08e63 100644
--- a/contact_list.c
+++ b/contact_list.c
@@ -36,6 +36,7 @@ void contact_list_init(void)
 {
     ac = p_obj_autocomplete_new((PStrFunc)p_contact_name, 
                             (PCopyFunc)p_contact_copy,
+                            (PEqualDeepFunc)p_contacts_equal_deep,
                             (GDestroyNotify)p_contact_free);
 }