X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon2%2Fmodest-address-book.c;h=fa6af98d5de31c88737da5ed438a97cad3392c5f;hb=57fb485a6a6b019a9eb4ea4f8bc465dd4fdbfc47;hp=6234b84b7f301e894cf027513cc4f9da5a10ebd7;hpb=06f5e97427e373347d187a59d14e8b814eda0419;p=modest diff --git a/src/hildon2/modest-address-book.c b/src/hildon2/modest-address-book.c index 6234b84..fa6af98 100644 --- a/src/hildon2/modest-address-book.c +++ b/src/hildon2/modest-address-book.c @@ -1360,7 +1360,7 @@ modest_address_book_get_my_name () because that method fallbacks to another fields if the name is not defined */ if (self_contact) - return e_contact_get ((EContact *) self_contact, E_CONTACT_NAME); + return e_contact_get ((EContact *) self_contact, E_CONTACT_FULL_NAME); else return NULL; }