diff options
author | 8 <NotZed@Ximian.com> | 2001-10-19 03:55:02 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-19 03:55:02 +0800 |
commit | 02f36a07f6fb2f6fe341d9f8817628c629871635 (patch) | |
tree | 1e0620c033de5794f45147c5f2f0b7533e1aef32 /mail/ChangeLog | |
parent | d21e6e4dc143f1b077da4d9c9375947e63321d7a (diff) | |
download | gsoc2013-evolution-02f36a07f6fb2f6fe341d9f8817628c629871635.tar gsoc2013-evolution-02f36a07f6fb2f6fe341d9f8817628c629871635.tar.gz gsoc2013-evolution-02f36a07f6fb2f6fe341d9f8817628c629871635.tar.bz2 gsoc2013-evolution-02f36a07f6fb2f6fe341d9f8817628c629871635.tar.lz gsoc2013-evolution-02f36a07f6fb2f6fe341d9f8817628c629871635.tar.xz gsoc2013-evolution-02f36a07f6fb2f6fe341d9f8817628c629871635.tar.zst gsoc2013-evolution-02f36a07f6fb2f6fe341d9f8817628c629871635.zip |
call setup_send_data *after* we've setup the global dialogue thingy.
2001-10-18 <NotZed@Ximian.com>
* mail-send-recv.c (build_dialogue): call setup_send_data *after*
we've setup the global dialogue thingy.
(mail_send_receive): Instead of using static local to check for
re-running of dialogue, use a global, setup by build_dialogue.
These fix #12335.
(mail_send_receive): Dont assert dialogue is realized, it might
still be being built, so only show if it is realized.
svn path=/trunk/; revision=13764
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 3ec284affd..abbeb326df 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2001-10-18 <NotZed@Ximian.com> + + * mail-send-recv.c (build_dialogue): call setup_send_data *after* + we've setup the global dialogue thingy. + (mail_send_receive): Instead of using static local to check for + re-running of dialogue, use a global, setup by build_dialogue. + These fix #12335. + (mail_send_receive): Dont assert dialogue is realized, it might + still be being built, so only show if it is realized. + 2001-10-18 Dan Winship <danw@ximian.com> * mail-mt.c (mail_call_main): Use G_VA_COPY to make this compile |