From: Dirk-Jan C. Binnema Date: Tue, 20 Mar 2007 13:52:59 +0000 (+0000) Subject: * tiny fixes for -Wall and Sardine X-Git-Tag: git_migration_finished~3969 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=06921c8afe5b9708defc8e1b6503145d6f7f9b85 * tiny fixes for -Wall and Sardine pmo-trunk-r913 --- diff --git a/src/maemo/Makefile.am b/src/maemo/Makefile.am index 96e1231..feb799d 100644 --- a/src/maemo/Makefile.am +++ b/src/maemo/Makefile.am @@ -34,6 +34,7 @@ INCLUDES=\ -I ${top_srcdir}/src/widgets \ -I ${top_srcdir}/src \ -DPREFIX=\"@prefix@\" \ + -DMAEMO_CHANGES \ -DPIXMAP_PREFIX=\"${datadir}/pixmaps/modest/\" \ -DMODEST_UIDIR=\""$(datadir)/modest/ui/"\" \ -Wall diff --git a/src/maemo/modest-address-book.c b/src/maemo/modest-address-book.c index 11dac3d..9ab25d5 100644 --- a/src/maemo/modest-address-book.c +++ b/src/maemo/modest-address-book.c @@ -79,7 +79,8 @@ open_addressbook () return FALSE; e_book_async_open (book, FALSE, book_open_cb, NULL); - + + return TRUE; /* FIXME */ } void