diff options
author | Dan Winship <danw@src.gnome.org> | 2002-09-28 02:38:21 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-09-28 02:38:21 +0800 |
commit | 1fafe625b126101a140a81a402bc8d71df13d625 (patch) | |
tree | c263d611f61a600d4928e822d94e9d5b1499d33e /mail/ChangeLog | |
parent | 54a46029d2ebcd7f226b69216ae7bd97ef65fec8 (diff) | |
download | gsoc2013-evolution-1fafe625b126101a140a81a402bc8d71df13d625.tar.gz gsoc2013-evolution-1fafe625b126101a140a81a402bc8d71df13d625.tar.zst gsoc2013-evolution-1fafe625b126101a140a81a402bc8d71df13d625.zip |
Set a timeout to call mail_config_write() in 2 seconds. Otherwise changes
* mail-config.c (impl_GNOME_Evolution_MailConfig_addAccount,
impl_GNOME_Evolution_MailConfig_removeAccount): Set a timeout to
call mail_config_write() in 2 seconds. Otherwise changes made by
this interface would not be saved to disk unless the user also
changed some other preference.
(mail_config_write_on_exit): If there's a config_write_timeout
pending, call mail_config_write() too.
svn path=/trunk/; revision=18245
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index eb32df9718..3920b075c2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2002-09-26 Dan Winship <danw@ximian.com> + + * mail-config.c (impl_GNOME_Evolution_MailConfig_addAccount, + impl_GNOME_Evolution_MailConfig_removeAccount): Set a timeout to + call mail_config_write() in 2 seconds. Otherwise changes made by + this interface would not be saved to disk unless the user also + changed some other preference. + (mail_config_write_on_exit): If there's a config_write_timeout + pending, call mail_config_write() too. + 2002-09-25 Dan Winship <danw@ximian.com> * mail-display.c (mail_display_render): Add a margin around the |