diff options
Diffstat (limited to 'addressbook/backend')
-rw-r--r-- | addressbook/backend/ebook/e-destination.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/backend/ebook/e-destination.c b/addressbook/backend/ebook/e-destination.c index e906cd8bed..f5564f37ae 100644 --- a/addressbook/backend/ebook/e-destination.c +++ b/addressbook/backend/ebook/e-destination.c @@ -331,7 +331,7 @@ e_destination_is_valid (const EDestination *dest) g_return_val_if_fail (E_IS_DESTINATION (dest), FALSE); - if (dest->priv->card != NULL) + if (e_destination_from_card (dest)) return TRUE; email = e_destination_get_email (dest); |