diff options
author | Iain Holmes <iain@src.gnome.org> | 2002-02-05 03:52:43 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2002-02-05 03:52:43 +0800 |
commit | e1268e37a47ad717ee3cf3434a749ea32bf075c1 (patch) | |
tree | 3803813c3ca2231d357979135262e427e159b6e1 /my-evolution/e-summary.c | |
parent | 9af47c6d0fa88f8a3422af740e041c1b9edddc53 (diff) | |
download | gsoc2013-evolution-e1268e37a47ad717ee3cf3434a749ea32bf075c1.tar gsoc2013-evolution-e1268e37a47ad717ee3cf3434a749ea32bf075c1.tar.gz gsoc2013-evolution-e1268e37a47ad717ee3cf3434a749ea32bf075c1.tar.bz2 gsoc2013-evolution-e1268e37a47ad717ee3cf3434a749ea32bf075c1.tar.lz gsoc2013-evolution-e1268e37a47ad717ee3cf3434a749ea32bf075c1.tar.xz gsoc2013-evolution-e1268e37a47ad717ee3cf3434a749ea32bf075c1.tar.zst gsoc2013-evolution-e1268e37a47ad717ee3cf3434a749ea32bf075c1.zip |
The new selector widget
svn path=/trunk/; revision=15565
Diffstat (limited to 'my-evolution/e-summary.c')
-rw-r--r-- | my-evolution/e-summary.c | 4 |
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; |