diff options
Diffstat (limited to 'addressbook/backend')
-rw-r--r-- | addressbook/backend/ebook/e-destination.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/backend/ebook/e-destination.c b/addressbook/backend/ebook/e-destination.c index 882453be0e..172afb6da6 100644 --- a/addressbook/backend/ebook/e-destination.c +++ b/addressbook/backend/ebook/e-destination.c @@ -342,6 +342,12 @@ e_destination_get_string (const EDestination *dest) if (priv->string == NULL) priv->string = g_strdup (_("???")); + + } else { /* If there is no card... */ + + if (priv->name) + return priv->name; + } } |