diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-06-30 05:12:02 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-06-30 05:12:02 +0800 |
commit | 6ec4e9f82620a7d4d692c4ef00e887ced18b54b7 (patch) | |
tree | 6bb908c26ad328bd4accb3e8b9be5bd897558b2f /my-evolution/ChangeLog | |
parent | c386fa4ea63ad3ff98ded1deaadf74b79ae8572e (diff) | |
download | gsoc2013-evolution-6ec4e9f82620a7d4d692c4ef00e887ced18b54b7.tar.gz gsoc2013-evolution-6ec4e9f82620a7d4d692c4ef00e887ced18b54b7.tar.zst gsoc2013-evolution-6ec4e9f82620a7d4d692c4ef00e887ced18b54b7.zip |
Fix a few buggies
svn path=/trunk/; revision=10608
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index deb7798445..c57f6b0449 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,5 +1,14 @@ 2001-06-29 Iain Holmes <iain@ximian.com> + * e-summary-preferences.c (property_box_destroy_cb): Hook up the saving. + (str_list_from_vector): Fix memory corruption. + (e_summary_preferences_save): Write the preferences out to disk. + I *always* forget that. + + * e-summary-mail.c (e_summary_mail_init): Init ->shown to NULL. + +2001-06-29 Iain Holmes <iain@ximian.com> + * e-summary-preferences.c: Do everything preferences related. * my-evolution.glade: Glade file for the preferences box. |