From b4a9749039155183fffb11fce77d06caf3238dce Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Fri, 4 May 2007 16:41:25 +0000 Subject: [PATCH] * OSSO1.1 build fix * Rewritten the placeholders pmo-trunk-r1763 --- src/maemo/modest-main-window.c | 8 +++++++- src/maemo/ui/modest-main-window-ui.xml | 4 ++-- src/maemo/ui/modest-msg-edit-window-ui.xml | 6 ++---- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/maemo/modest-main-window.c b/src/maemo/modest-main-window.c index 7f0b1aa..33437ed 100644 --- a/src/maemo/modest-main-window.c +++ b/src/maemo/modest-main-window.c @@ -53,9 +53,15 @@ #include "modest-mail-operation.h" #include "modest-icon-names.h" #include "modest-progress-bar-widget.h" -#include #include "maemo/modest-osso-state-saving.h" +#ifdef MODEST_HILDON_VERSION_0 +#include +#else +#include +#endif /*MODEST_HILDON_VERSION_0*/ + + /* 'private'/'protected' functions */ static void modest_main_window_class_init (ModestMainWindowClass *klass); static void modest_main_window_init (ModestMainWindow *obj); diff --git a/src/maemo/ui/modest-main-window-ui.xml b/src/maemo/ui/modest-main-window-ui.xml index 3c23869..1d22654 100644 --- a/src/maemo/ui/modest-main-window-ui.xml +++ b/src/maemo/ui/modest-main-window-ui.xml @@ -76,6 +76,7 @@ + @@ -108,8 +109,7 @@ - - + diff --git a/src/maemo/ui/modest-msg-edit-window-ui.xml b/src/maemo/ui/modest-msg-edit-window-ui.xml index 4d27342..6a8576d 100644 --- a/src/maemo/ui/modest-msg-edit-window-ui.xml +++ b/src/maemo/ui/modest-msg-edit-window-ui.xml @@ -112,12 +112,10 @@ - - + - - + -- 1.7.9.5