diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-22 03:23:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-22 03:23:44 +0800 |
commit | 828a1077206a22132eccb3138d937d5c255d7f10 (patch) | |
tree | 8bd532bf6e7a183cfd6deb93f6e172f95ce5e953 /mail/ChangeLog | |
parent | 577c14751f5305ab925af567082b0f71f3616d18 (diff) | |
download | gsoc2013-evolution-828a1077206a22132eccb3138d937d5c255d7f10.tar.gz gsoc2013-evolution-828a1077206a22132eccb3138d937d5c255d7f10.tar.zst gsoc2013-evolution-828a1077206a22132eccb3138d937d5c255d7f10.zip |
Don't bother overloading the timeout virtual methods since they don't
2002-08-21 Jeffrey Stedfast <fejj@ximian.com>
* mail-session.c (class_init): Don't bother overloading the
timeout virtual methods since they don't exist anymore.
* mail-folder-cache.c (mail_note_store): Register a ping timeout
callback to ping each store to keep the connections alive.
svn path=/trunk/; revision=17831
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 341768ffaf..c12c7a5815 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2002-08-21 Jeffrey Stedfast <fejj@ximian.com> + + * mail-session.c (class_init): Don't bother overloading the + timeout virtual methods since they don't exist anymore. + + * mail-folder-cache.c (mail_note_store): Register a ping timeout + callback to ping each store to keep the connections alive. + 2002-08-20 Radek Doulik <rodo@ximian.com> * mail-callbacks.c (do_mail_print): be sure that widget is |