diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-14 02:02:30 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-14 02:02:30 +0800 |
commit | d06dd98d770514263c8dae716a9ae0d8244cbebc (patch) | |
tree | 38bec1b4bc88edb491d4ce8d9583e786b14bfaec /composer/ChangeLog | |
parent | 97044799772cde38ce750b9d85a47ac8d4dc721a (diff) | |
download | gsoc2013-evolution-d06dd98d770514263c8dae716a9ae0d8244cbebc.tar.gz gsoc2013-evolution-d06dd98d770514263c8dae716a9ae0d8244cbebc.tar.zst gsoc2013-evolution-d06dd98d770514263c8dae716a9ae0d8244cbebc.zip |
To be on the safe side (even though the real bug behind bug #51924 can't
2004-04-13 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (get_file_content): To be on the safe side
(even though the real bug behind bug #51924 can't happen here),
protect against adding a NULL charset filter tot he filtered
stream.
svn path=/trunk/; revision=25442
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 06aa4ce83a..b4c712c175 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,10 @@ +2004-04-13 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer.c (get_file_content): To be on the safe side + (even though the real bug behind bug #51924 can't happen here), + protect against adding a NULL charset filter tot he filtered + stream. + 2004-04-13 Larry Ewing <lewing@ximian.com> * e-msg-composer.c (drag_data_received): accept text/calendar |