Several GNOME build fixes
[modest] / src / modest-address-book-dummy.c
index 0e6fa9f..1286541 100644 (file)
@@ -36,8 +36,8 @@
 
 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);
 }
 
 
@@ -64,3 +64,9 @@ modest_address_book_get_my_name ()
 {
        return NULL;
 }
+
+void
+modest_address_book_init (void)
+{
+       /* Do nothing */
+}