X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-address-book-dummy.c;h=c99a1d525d18f4d3ac844577b8fd2c165248c25b;hb=54b2b4b64a81caaf214c47da59057b54bf7b067c;hp=1e90c6fca6051f5a1e30e589c785685135b7d8d2;hpb=4cded6641b87db71547140e9c68020ff9ec126d6;p=modest diff --git a/src/modest-address-book-dummy.c b/src/modest-address-book-dummy.c index 1e90c6f..c99a1d5 100644 --- a/src/modest-address-book-dummy.c +++ b/src/modest-address-book-dummy.c @@ -58,3 +58,9 @@ gboolean modest_address_book_has_address (const gchar *address) /* let's be optimistic */ return TRUE; } + +const gchar * +modest_address_book_get_my_name () +{ + return NULL; +}