]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-list-store.c
Don't forget to show the contact widget in some places
[empathy.git] / libempathy-gtk / empathy-contact-list-store.c
index d4946e4a7c5804ad867bfa55b70fe70f7af22820..e7982f3aae25a0833950d9c24671fe15c3681d88 100644 (file)
@@ -853,7 +853,7 @@ contact_list_store_add_contact (EmpathyContactListStore *store,
 
        priv = GET_PRIV (store);
        
-       if (G_STR_EMPTY (empathy_contact_get_name (contact)) ||
+       if (EMP_STR_EMPTY (empathy_contact_get_name (contact)) ||
            (!priv->show_offline && !empathy_contact_is_online (contact))) {
                return;
        }