From 589ed3edf3dc84f7312d065e21cb644fc2462ff6 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 15 Jan 2007 10:39:06 +0000 Subject: [PATCH] * small cleanups pmo-trunk-r624 --- src/widgets/Makefile.am | 34 ++++++++++++++++++---------------- src/widgets/modest-window.h | 2 +- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/src/widgets/Makefile.am b/src/widgets/Makefile.am index c53f67c..867e961 100644 --- a/src/widgets/Makefile.am +++ b/src/widgets/Makefile.am @@ -16,22 +16,24 @@ INCLUDES=\ noinst_LTLIBRARIES=\ libmodest-widgets.la -libmodest_widgets_la_SOURCES= \ - modest-account-view.c \ - modest-account-view.h \ - modest-folder-view.c \ - modest-folder-view.h \ - modest-header-view.c \ - modest-header-view.h \ - modest-header-view-priv.h \ - modest-msg-view.c \ - modest-msg-view.h \ - modest-toolbar.c \ - modest-toolbar.h \ - modest-combo-box.c \ - modest-combo-box.h \ - modest-window.h \ - modest-main-window.h \ +libmodest_widgets_la_SOURCES= \ + modest-account-view.c \ + modest-account-view.h \ + modest-folder-view.c \ + modest-folder-view.h \ + modest-header-view.c \ + modest-header-view.h \ + modest-header-view-priv.h \ + modest-tny-stream-gtkhtml.c \ + modest-tny-stream-gtkhtml.h \ + modest-msg-view.c \ + modest-msg-view.h \ + modest-toolbar.c \ + modest-toolbar.h \ + modest-combo-box.c \ + modest-combo-box.h \ + modest-window.h \ + modest-main-window.h \ modest-edit-msg-window.h LDADD = \ diff --git a/src/widgets/modest-window.h b/src/widgets/modest-window.h index 0a2704c..3c663aa 100644 --- a/src/widgets/modest-window.h +++ b/src/widgets/modest-window.h @@ -41,7 +41,7 @@ #include typedef GtkWindow ModestWindow; typedef GtkWindowClass ModestWindowClass; -#elif MODEST_PLATFORM_ID==2 /* hildon */ +#elif MODEST_PLATFORM_ID==2 /* hildon (maemo) */ #include typedef HildonWindow ModestWindow; typedef HildonWindowClass ModestWindowClass; -- 1.7.9.5