diff options
Diffstat (limited to 'libempathy/empathy-contact-manager.c')
-rw-r--r-- | libempathy/empathy-contact-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-contact-manager.c b/libempathy/empathy-contact-manager.c index a4cae35c7..fa62da98f 100644 --- a/libempathy/empathy-contact-manager.c +++ b/libempathy/empathy-contact-manager.c @@ -397,7 +397,7 @@ contact_manager_find_foreach (McAccount *account, { data->contact = empathy_contact_list_find (EMPATHY_CONTACT_LIST (list), data->id); - + if (data->contact) { return TRUE; } |