diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-09-20 04:49:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-09-20 04:49:16 +0800 |
commit | 3ca27fca1bcebf7a196d47d22b24329b9d1577f6 (patch) | |
tree | 718d01b78fcf4dcfef24f04e26164a3d5cb59318 /mail/ChangeLog | |
parent | d4f22aebb0cd2fd8d9e2032e5e2bfe49c8328f1a (diff) | |
download | gsoc2013-evolution-3ca27fca1bcebf7a196d47d22b24329b9d1577f6.tar.gz gsoc2013-evolution-3ca27fca1bcebf7a196d47d22b24329b9d1577f6.tar.zst gsoc2013-evolution-3ca27fca1bcebf7a196d47d22b24329b9d1577f6.zip |
Unset the changed bit on the composer and also drop any undo operations
2002-09-19 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (do_edit_messages): Unset the changed bit on
the composer and also drop any undo operations (since we loaded
the message into the composer). Fixes bug #30580.
svn path=/trunk/; revision=18127
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 76dd90d187..beaa57c795 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2002-09-19 Jeffrey Stedfast <fejj@ximian.com> + + * mail-callbacks.c (do_edit_messages): Unset the changed bit on + the composer and also drop any undo operations (since we loaded + the message into the composer). Fixes bug #30580. + 2002-09-19 Not Zed <NotZed@Ximian.com> * mail-session.c (main_get_filter_driver): Fix for filter driver |