aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary.c')
-rw-r--r--my-evolution/e-summary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c
index 2e70e74821..c4d53dac91 100644
--- a/my-evolution/e-summary.c
+++ b/my-evolution/e-summary.c
@@ -320,7 +320,7 @@ static char *
e_read_file_with_length (const char *filename,
size_t *length)
{
- int fd, ret;
+ int fd;
struct stat stat_buf;
char *buf;
size_t bytes_read, size;
@@ -459,7 +459,7 @@ e_summary_init (ESummary *summary)
priv = summary->priv;
- priv->frozen = FALSE;
+ priv->frozen = TRUE;
priv->redraw_pending = FALSE;
priv->pending_reload_tag = 0;