From: Jose Dapena Paz Date: Mon, 2 Nov 2009 16:35:49 +0000 (+0100) Subject: Change default show latest size to 250 X-Git-Tag: 3.1.12~9 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=b1b11c12ef013cde226a287c763b5f6ad850f490 Change default show latest size to 250 --- diff --git a/src/hildon2/modest-header-window.c b/src/hildon2/modest-header-window.c index 25eff2f..f89121f 100644 --- a/src/hildon2/modest-header-window.c +++ b/src/hildon2/modest-header-window.c @@ -52,6 +52,8 @@ #include #include +#define SHOW_LATEST_SIZE 250 + typedef enum { CONTENTS_STATE_NONE = 0, CONTENTS_STATE_EMPTY = 1,