diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-18 04:31:37 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-18 04:31:37 +0800 |
commit | c1f19b88db7658700348d91b4e2310cb8502b5ea (patch) | |
tree | bf778bcfc99b506c2959662e00c8513e748eb170 /composer/ChangeLog | |
parent | 9d61de761d94349b018d9ce559611c373dbbeb80 (diff) | |
download | gsoc2013-evolution-c1f19b88db7658700348d91b4e2310cb8502b5ea.tar.gz gsoc2013-evolution-c1f19b88db7658700348d91b4e2310cb8502b5ea.tar.zst gsoc2013-evolution-c1f19b88db7658700348d91b4e2310cb8502b5ea.zip |
Correctly handle text/uri-list's that contain more than a single file
2001-07-17 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (drag_data_received): Correctly handle
text/uri-list's that contain more than a single file reference.
svn path=/trunk/; revision=11173
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index a9f13303b8..4a2cf3b2a4 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2001-07-17 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer.c (drag_data_received): Correctly handle + text/uri-list's that contain more than a single file reference. + 2001-07-12 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (menu_changed_charset_cb): Removed a warning |