X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fgnome%2Fmodest-main-window.c;h=5d07395017a7bf78af2b3a1f68311d303defe175;hb=c9001bc9a4aa41e6c9a6ff9923e3ed194b02d5ad;hp=875620473a6dc521fd2f28638d6f9cfee9de12a5;hpb=68fb0fbca7fe7008a297fb9a00aeab94faaa3bda;p=modest diff --git a/src/gnome/modest-main-window.c b/src/gnome/modest-main-window.c index 8756204..5d07395 100644 --- a/src/gnome/modest-main-window.c +++ b/src/gnome/modest-main-window.c @@ -722,6 +722,14 @@ modest_main_window_set_contents_style (ModestMainWindow *self, /* TODO */ } +ModestMainWindowContentsStyle +modest_main_window_get_contents_style (ModestMainWindow *self) +{ + /* TODO */ + return MODEST_MAIN_WINDOW_CONTENTS_STYLE_HEADERS; +} + + static void get_msg_callback (TnyFolder *folder, gboolean cancelled,