--- plugins/phonebook-ebook.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/phonebook-ebook.c b/plugins/phonebook-ebook.c index 2ee5473..06ae1ec 100644 --- a/plugins/phonebook-ebook.c +++ b/plugins/phonebook-ebook.c @@ -314,7 +314,7 @@ static void cache_cb(EBook *book, const GError *gerr, GList *contacts, continue; attrib = e_vcard_get_attribute(evcard, EVC_TEL); - if (!attrib) + if (attrib) tel = e_vcard_attribute_get_value(attrib); else tel = g_strdup(""); -- 1.7.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html