* tiny fixes for -Wall and Sardine
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 20 Mar 2007 13:52:59 +0000 (13:52 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 20 Mar 2007 13:52:59 +0000 (13:52 +0000)
pmo-trunk-r913

src/maemo/Makefile.am
src/maemo/modest-address-book.c

index 96e1231..feb799d 100644 (file)
@@ -34,6 +34,7 @@ INCLUDES=\
        -I ${top_srcdir}/src/widgets  \
        -I ${top_srcdir}/src  \
        -DPREFIX=\"@prefix@\" \
        -I ${top_srcdir}/src/widgets  \
        -I ${top_srcdir}/src  \
        -DPREFIX=\"@prefix@\" \
+       -DMAEMO_CHANGES \
        -DPIXMAP_PREFIX=\"${datadir}/pixmaps/modest/\" \
        -DMODEST_UIDIR=\""$(datadir)/modest/ui/"\" \
        -Wall
        -DPIXMAP_PREFIX=\"${datadir}/pixmaps/modest/\" \
        -DMODEST_UIDIR=\""$(datadir)/modest/ui/"\" \
        -Wall
index 11dac3d..9ab25d5 100644 (file)
@@ -79,7 +79,8 @@ open_addressbook ()
                return FALSE;
 
        e_book_async_open (book, FALSE, book_open_cb, NULL);
                return FALSE;
 
        e_book_async_open (book, FALSE, book_open_cb, NULL);
-               
+
+       return TRUE; /* FIXME */        
 }
 
 void
 }
 
 void