diff options
author | 1 <NotZed@Ximian.com> | 2001-09-22 07:12:44 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-22 07:12:44 +0800 |
commit | cca23c1566c899885baa3758817173aca71c09c8 (patch) | |
tree | abf4d8b9b4d7d0e90c746d92c18d3ae52232357d /mail/ChangeLog | |
parent | 3bd445ce427fc38eecb060a62f6ad5733f6fedc0 (diff) | |
download | gsoc2013-evolution-cca23c1566c899885baa3758817173aca71c09c8.tar.gz gsoc2013-evolution-cca23c1566c899885baa3758817173aca71c09c8.tar.zst gsoc2013-evolution-cca23c1566c899885baa3758817173aca71c09c8.zip |
If we have an operation that failed before, dont show the dialogue for the
2001-09-21 <NotZed@Ximian.com>
* mail-mt.c (mail_msg_check_error): If we have an operation that
failed before, dont show the dialogue for the the new error. Also
use gtk_widget_show rather than invoking another main loop. Fix
for lazy people who like to leave their mailers running and go
home.
svn path=/trunk/; revision=13075
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 919cecbb46..8835dacc94 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2001-09-21 <NotZed@Ximian.com> + + * mail-mt.c (mail_msg_check_error): If we have an operation that + failed before, dont show the dialogue for the the new error. Also + use gtk_widget_show rather than invoking another main loop. Fix + for lazy people who like to leave their mailers running and go + home. + 2001-09-21 Jeffrey Stedfast <fejj@ximian.com> * mail-ops.c (mail_send_message): Use the mail-tools convenience |