diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-04 06:40:05 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-04 06:40:05 +0800 |
commit | d2f3c35bbf052985672788cff36452bd357c8b24 (patch) | |
tree | a925de40789e565fc29d693c75ad3adac6218e6c /composer/ChangeLog | |
parent | 17bd1b5a45d0236fe8e409450928c3b969cb3978 (diff) | |
download | gsoc2013-evolution-d2f3c35bbf052985672788cff36452bd357c8b24.tar.gz gsoc2013-evolution-d2f3c35bbf052985672788cff36452bd357c8b24.tar.zst gsoc2013-evolution-d2f3c35bbf052985672788cff36452bd357c8b24.zip |
Allocate a new FileInfo struct here rather than using and unref it when
2002-06-03 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (e_msg_composer_guess_mime_type): Allocate a
new FileInfo struct here rather than using and unref it when we're
finished with it.
svn path=/trunk/; revision=17090
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 2b44ab0f2e..37aa3dc2de 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,8 +1,8 @@ 2002-06-03 Jeffrey Stedfast <fejj@ximian.com> - * e-msg-composer.c (e_msg_composer_guess_mime_type): Use - gnome_vfs_file_info_clear() instead of gnome_vfs_file_info_unref() - so that we don't try and free static data. + * e-msg-composer.c (e_msg_composer_guess_mime_type): Allocate a + new FileInfo struct here rather than using and unref it when we're + finished with it. 2002-05-30 Not Zed <NotZed@Ximian.com> |