X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-address-book.c;fp=src%2Fmaemo%2Fmodest-address-book.c;h=b881632353d18cf2c3dd6b010a1db787dd52a79c;hp=7baa3e5db516f85f5f17b12d76227869630de1d9;hb=a896d7726e8f7cce133a53a3b5a477a4902505c3;hpb=059f215cec94c21c941a925b521f6c4bef640550 diff --git a/src/maemo/modest-address-book.c b/src/maemo/modest-address-book.c index 7baa3e5..b881632 100644 --- a/src/maemo/modest-address-book.c +++ b/src/maemo/modest-address-book.c @@ -1043,7 +1043,6 @@ modest_address_book_has_address (const gchar *address) const gchar * modest_address_book_get_my_name () { - OssoABookSelfContact *self_contact = osso_abook_self_contact_get_default (); - - return osso_abook_contact_get_display_name (OSSO_ABOOK_CONTACT (self_contact)); + /* There is no support to get my own contact in this version */ + return NULL; }