X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-address-book-dummy.c;h=372d206fbdc882d13ab5bb1bd0f24f73f9ff21d0;hb=a943964a0f574ff40b869a4b9e78b98d523776e2;hp=1e90c6fca6051f5a1e30e589c785685135b7d8d2;hpb=4cded6641b87db71547140e9c68020ff9ec126d6;p=modest diff --git a/src/modest-address-book-dummy.c b/src/modest-address-book-dummy.c index 1e90c6f..372d206 100644 --- a/src/modest-address-book-dummy.c +++ b/src/modest-address-book-dummy.c @@ -36,13 +36,13 @@ void modest_address_book_add_address (const gchar *address) { - g_message ("trying to add '%s' to non-existing address book", - address); + g_debug ("trying to add '%s' to non-existing address book", + address); } void modest_address_book_select_addresses (ModestRecptEditor *editor, - GtkWindow *parent_window); + GtkWindow *parent_window) { return; } @@ -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; +}