diff options
author | Dan Winship <danw@src.gnome.org> | 2001-03-14 01:23:14 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-03-14 01:23:14 +0800 |
commit | 14538bdee1f3838d944ac3f6945f0cfb3122965e (patch) | |
tree | ee4ae3807d927c7de0f4024b35c432296c4385c6 /composer/ChangeLog | |
parent | 43c6731edc5bcb9087e3588c3b940876c990cba7 (diff) | |
download | gsoc2013-evolution-14538bdee1f3838d944ac3f6945f0cfb3122965e.tar gsoc2013-evolution-14538bdee1f3838d944ac3f6945f0cfb3122965e.tar.gz gsoc2013-evolution-14538bdee1f3838d944ac3f6945f0cfb3122965e.tar.bz2 gsoc2013-evolution-14538bdee1f3838d944ac3f6945f0cfb3122965e.tar.lz gsoc2013-evolution-14538bdee1f3838d944ac3f6945f0cfb3122965e.tar.xz gsoc2013-evolution-14538bdee1f3838d944ac3f6945f0cfb3122965e.tar.zst gsoc2013-evolution-14538bdee1f3838d944ac3f6945f0cfb3122965e.zip |
Use gnome_vfs_mime_type_from_name rather than gnome_vfs_mime_info, since
* e-msg-composer-attachment.c (update_mime_type): Use
gnome_vfs_mime_type_from_name rather than gnome_vfs_mime_info,
since the entered filename doesn't have to be a real file on disk.
Deal with it returning NULL too.
(e_msg_composer_attachment_edit): Select the right item in the
inline/attachment menu.
* e-msg-composer-hdrs.c: s/Pair/EMsgComposerHdrPair/. Namespace!
svn path=/trunk/; revision=8673
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index d783aad3d3..ccdb44e096 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,14 @@ +2001-03-13 Dan Winship <danw@ximian.com> + + * e-msg-composer-attachment.c (update_mime_type): Use + gnome_vfs_mime_type_from_name rather than gnome_vfs_mime_info, + since the entered filename doesn't have to be a real file on disk. + Deal with it returning NULL too. + (e_msg_composer_attachment_edit): Select the right item in the + inline/attachment menu. + + * e-msg-composer-hdrs.c: s/Pair/EMsgComposerHdrPair/. Namespace! + 2001-03-12 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.h: Added view_replyto member. |