diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-02-14 02:24:57 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-02-14 02:24:57 +0800 |
commit | 550d31addc0fc87056954185af4975b65ec23e1c (patch) | |
tree | 8ce9b2073d9533a07ac646f409b3a50f60540695 /mail/ChangeLog | |
parent | 8f0aec06ba1afca6f072a578212bb08e75f04a0b (diff) | |
download | gsoc2013-evolution-550d31addc0fc87056954185af4975b65ec23e1c.tar gsoc2013-evolution-550d31addc0fc87056954185af4975b65ec23e1c.tar.gz gsoc2013-evolution-550d31addc0fc87056954185af4975b65ec23e1c.tar.bz2 gsoc2013-evolution-550d31addc0fc87056954185af4975b65ec23e1c.tar.lz gsoc2013-evolution-550d31addc0fc87056954185af4975b65ec23e1c.tar.xz gsoc2013-evolution-550d31addc0fc87056954185af4975b65ec23e1c.tar.zst gsoc2013-evolution-550d31addc0fc87056954185af4975b65ec23e1c.zip |
Fix some uninitialized variables.
2001-02-13 Christopher James Lahey <clahey@ximian.com>
* mail-local.c (do_reconfigure_folder): Fix some uninitialized
variables.
svn path=/trunk/; revision=8206
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 7f974287b3..21c3d316fa 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-02-13 Christopher James Lahey <clahey@ximian.com> + + * mail-local.c (do_reconfigure_folder): Fix some uninitialized + variables. + 2001-02-12 Not Zed <NotZed@Ximian.com> * message-list.c (build_tree): if doing a full update, save the |