From e1268e37a47ad717ee3cf3434a749ea32bf075c1 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Mon, 4 Feb 2002 19:52:43 +0000 Subject: The new selector widget svn path=/trunk/; revision=15565 --- my-evolution/e-summary.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'my-evolution/e-summary.c') 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; -- cgit v1.2.3