diff options
author | Not Zed <NotZed@Ximian.com> | 2005-01-19 16:38:55 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-01-19 16:38:55 +0800 |
commit | a3af35f7b66f27331c9f20d80d12a1173760313c (patch) | |
tree | dcfbd2b7aef7589220d5725bf9d936e4e50ab659 /mail/ChangeLog | |
parent | c1cb4235dbac007329e627a7d5132fe0d4188934 (diff) | |
download | gsoc2013-evolution-a3af35f7b66f27331c9f20d80d12a1173760313c.tar.gz gsoc2013-evolution-a3af35f7b66f27331c9f20d80d12a1173760313c.tar.zst gsoc2013-evolution-a3af35f7b66f27331c9f20d80d12a1173760313c.zip |
** See bug #66943.
2005-01-19 Not Zed <NotZed@Ximian.com>
** See bug #66943.
* em-composer-utils.c (save_draft_done): check if the
editor_engine is still there before trying to invoke a method on
it.
(em_utils_composer_save_draft_cb): grab resources before getting
the folder, so the composer doesn't go away.
svn path=/trunk/; revision=28445
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 801d51745a..fec2c1c4a9 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2005-01-19 Not Zed <NotZed@Ximian.com> + + ** See bug #66943. + + * em-composer-utils.c (save_draft_done): check if the + editor_engine is still there before trying to invoke a method on + it. + (em_utils_composer_save_draft_cb): grab resources before getting + the folder, so the composer doesn't go away. + 2005-01-18 Rodrigo Moya <rodrigo@novell.com> * em-filter-source-element.c: |