diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-10-02 05:21:03 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-10-02 05:21:03 +0800 |
commit | 8427b2c852ed5200e28aaee5f8a74c678d931b25 (patch) | |
tree | a91bbd393709c01b1cd770b044b759e846b1ee20 /composer/ChangeLog | |
parent | c0edd5dede35f46b26984b4b14af1e0e592f4dd8 (diff) | |
download | gsoc2013-evolution-8427b2c852ed5200e28aaee5f8a74c678d931b25.tar gsoc2013-evolution-8427b2c852ed5200e28aaee5f8a74c678d931b25.tar.gz gsoc2013-evolution-8427b2c852ed5200e28aaee5f8a74c678d931b25.tar.bz2 gsoc2013-evolution-8427b2c852ed5200e28aaee5f8a74c678d931b25.tar.lz gsoc2013-evolution-8427b2c852ed5200e28aaee5f8a74c678d931b25.tar.xz gsoc2013-evolution-8427b2c852ed5200e28aaee5f8a74c678d931b25.tar.zst gsoc2013-evolution-8427b2c852ed5200e28aaee5f8a74c678d931b25.zip |
When signing/encrypting a part, if a USER_CANCEL occurs, re-use the part
2002-10-01 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (build_message): When signing/encrypting a
part, if a USER_CANCEL occurs, re-use the part otherwise unref it
and replace it with the new part.
svn path=/trunk/; revision=18290
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index d4704eb554..3aebb93f91 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2002-10-01 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer.c (build_message): When signing/encrypting a + part, if a USER_CANCEL occurs, re-use the part otherwise unref it + and replace it with the new part. + 2002-09-30 Aaron Weber <aaron@ximian.com> * evolution-composer.c (evolution_composer_factory_init): adjust string on line 391 |