diff options
author | Peter Williams <peterw@ximian.com> | 2002-07-17 04:05:02 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2002-07-17 04:05:02 +0800 |
commit | bc20187dc0782187ccedec5edd9c744ce652a803 (patch) | |
tree | 359099d7e88c1fa77568cfa181fdb9eb858ddd5d /composer/ChangeLog | |
parent | 9f421a0b1cbed4440e623adf47ecf8a5c7aeaf0c (diff) | |
download | gsoc2013-evolution-bc20187dc0782187ccedec5edd9c744ce652a803.tar.gz gsoc2013-evolution-bc20187dc0782187ccedec5edd9c744ce652a803.tar.zst gsoc2013-evolution-bc20187dc0782187ccedec5edd9c744ce652a803.zip |
Instead of doing this with a weakref, do it by connecting to the destroy
2002-07-16 Peter Williams <peterw@ximian.com>
* e-msg-composer.c (create_composer): Instead of doing this with a
weakref, do it by connecting to the destroy signal. The weakref was
not getting notified in certain conditions that I could never really
pin down, and this caused problems at exit.
* e-msg-composer-hdrs.c (create_headers): Reorder to create reply_to
before from, because create_from_optionmenu causes from_changed to
be called, which expects reply_to.entry to exist.
svn path=/trunk/; revision=17480
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 28e5b175a0..a19f850fbc 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,14 @@ +2002-07-16 Peter Williams <peterw@ximian.com> + + * e-msg-composer.c (create_composer): Instead of doing this with a + weakref, do it by connecting to the destroy signal. The weakref was + not getting notified in certain conditions that I could never really + pin down, and this caused problems at exit. + + * e-msg-composer-hdrs.c (create_headers): Reorder to create reply_to + before from, because create_from_optionmenu causes from_changed to + be called, which expects reply_to.entry to exist. + 2002-07-15 Radek Doulik <rodo@ximian.com> * e-msg-composer.c (build_message): added save_html_object_data |