diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-14 05:24:59 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-14 05:24:59 +0800 |
commit | f67847654e530d0e7dc5f9387fcd558114758607 (patch) | |
tree | 7c41ebf212ce433f8becb16cd0370b00c3b1ee40 | |
parent | c09e51955e86ff2429b9a5592836bfbfd21bf811 (diff) | |
download | gsoc2013-evolution-f67847654e530d0e7dc5f9387fcd558114758607.tar gsoc2013-evolution-f67847654e530d0e7dc5f9387fcd558114758607.tar.gz gsoc2013-evolution-f67847654e530d0e7dc5f9387fcd558114758607.tar.bz2 gsoc2013-evolution-f67847654e530d0e7dc5f9387fcd558114758607.tar.lz gsoc2013-evolution-f67847654e530d0e7dc5f9387fcd558114758607.tar.xz gsoc2013-evolution-f67847654e530d0e7dc5f9387fcd558114758607.tar.zst gsoc2013-evolution-f67847654e530d0e7dc5f9387fcd558114758607.zip |
Disable error dialogs for now, as they hang.
svn path=/trunk/; revision=4810
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/mail-threads.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3ae6f9de2a..46da2cd49e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-08-13 Ettore Perazzoli <ettore@helixcode.com> + + * mail-threads.c (read_msg): For now, don't do anything about + errors. + 2000-08-13 Dan Winship <danw@helixcode.com> * mail-format.c (add_url): Fix some freed-memory references diff --git a/mail/mail-threads.c b/mail/mail-threads.c index 6e17761b2f..7047cb013d 100644 --- a/mail/mail-threads.c +++ b/mail/mail-threads.c @@ -716,7 +716,7 @@ read_msg (GIOChannel * source, GIOCondition condition, gpointer userdata) case ERROR: DEBUG (("*** Message -- ERROR\n")); - show_error (msg); + /* show_error (msg); */ break; /* Don't fall through; dispatch_func does the FINISHED |